SyntaxFix
Write A Post
Hire A Developer
Questions
to remove all '\' from a string, simply do the following:
myString = myString.Replace("\\", "");