Sostituisci tutte le barre con doppie barre:
string input = @"C:\SomeFolder\SubFolder\image.jpg";
string query = input.Replace(@"\", @"\\");
Sostituisci tutte le barre con doppie barre:
string input = @"C:\SomeFolder\SubFolder\image.jpg";
string query = input.Replace(@"\", @"\\");