SyntaxFix
Write A Post
Hire A Developer
Questions
string a = @"a\\b"; a = a.Replace(@"\\",@"\");
should work. Remember that in the watch Visual STudio show the "\" escaped so you see "\" in place of a single one.