How do I create a string with Quotes in it in C#

C# newbie here. I am trying to set a C# variable as follows.

string profileArg = @"/profile ""eScore"" ";

The end result is that I want the variable to contain the value

/profile "eScore" 

There should be a space in the string after the "eScore"

How do I do it?

Seth

6
задан Seth Spearman 1 September 2010 в 19:07
поделиться