K
Kondapanaidu
Hi,
I am using C#V1.1.
How to add double quotations to a string.
If I go with "\"" the back slash is going to be added to the assigned
string.
EX: string str="naidu" + "\"" + "GK" + "\"";
The o/p for this is naidu\"GK"\
But I need the o/p like naidu"GK"
Thanks in advance
I am using C#V1.1.
How to add double quotations to a string.
If I go with "\"" the back slash is going to be added to the assigned
string.
EX: string str="naidu" + "\"" + "GK" + "\"";
The o/p for this is naidu\"GK"\
But I need the o/p like naidu"GK"
Thanks in advance