0
Posted on 4:30 PM by Softminer and filed under

in C# if you want to replace " double-quota or search it you have to use this way.

C#: sInput = sInput.Replace("\"", "")
VB: sInput = sInput.Replace("""", "")
0
Responses to ... double quote " problem in C#