예제 #1
0
 static string Escape(string value) =>
 ArgumentFormatter.EscapeString(value).Replace("\"", "\\\"");