D
Dan
I wish to replace all the occurrances of " with " within a string.
I have tried using myString.Replace("\"", """), but this does not work
Any suggestions will be greatly appreciated
Thanks
I have tried using myString.Replace("\"", """), but this does not work
Any suggestions will be greatly appreciated
Thanks