Method Escape
Escape(String)
Returns a string where those characters that QueryParser expects to be escaped are escaped by a preceding
\
.
Declaration
public static string Escape(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.String |