बस सभी स्लैश को डबल-स्लैश से बदलें:
string input = @"C:\SomeFolder\SubFolder\image.jpg";
string query = input.Replace(@"\", @"\\");
बस सभी स्लैश को डबल-स्लैश से बदलें:
string input = @"C:\SomeFolder\SubFolder\image.jpg";
string query = input.Replace(@"\", @"\\");