G
Guest
I have a string that has several occurrences of \" and I would like to
replace them with "
msg = msg.Replace("\"", """); //this does not work
Any suggestions?
replace them with "
msg = msg.Replace("\"", """); //this does not work
Any suggestions?