C# .NET - How to replace single quote with double quotes in c#?
Asked By srikanth nekkanti on 03-Oct-12 12:55 AM
i have tried temp.replace("'","\"");
it is getting replaced,but an escaping sequence \ is also adding in the result.I don't want that escaping sequence,please help me.
Thanks in advance