OrigPath = OrigPath.Replace(Convert.ToChar("\"
,Convert.ToChar("\\"
);
I want to replace single backslash with double backslash.
Here I am getting error in the above line as given below.
1: ) expected
2: Invalid expression term ''
3: Newline in constant
I am getting these errors. Please help me out.I would highly appreciate any help.
Thanks.
I want to replace single backslash with double backslash.
Here I am getting error in the above line as given below.
1: ) expected
2: Invalid expression term ''
3: Newline in constant
I am getting these errors. Please help me out.I would highly appreciate any help.
Thanks.