Possible Duplicate:
How to add doublequotes to a string that is inside a variable?
I am trying to assign a double inverted comma to string in c# as below
string abc = " " ";
that generate error i also tried like
string abc = " +"+ ";
it also generates error please help me to solve this thing