SyntaxFix
Write A Post
Hire A Developer
Questions
Another alternative
char[] c = { 'R', 'o', 'c', 'k', '-', '&', '-', 'R', 'o', 'l', 'l' }; string s = String.Concat( c ); Debug.Assert( s.Equals( "Rock-&-Roll" ) );