Ersetzen Sie einfach alle Schrägstriche durch doppelte Schrägstriche:
string input = @"C:\SomeFolder\SubFolder\image.jpg";
string query = input.Replace(@"\", @"\\");
Ersetzen Sie einfach alle Schrägstriche durch doppelte Schrägstriche:
string input = @"C:\SomeFolder\SubFolder\image.jpg";
string query = input.Replace(@"\", @"\\");