Hi I need to replace the character \ in string with nothing.
This: myString.Replace('\',' '); leaves me with a compile error
Of course because \' is the escape for '
But what should be the exact syntax then??
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
JessePosted Nov 16, 2005, 9:25 AM