Method Escape
Escape(String, CultureInfo, EscapeQuerySyntaxType)
Declaration
public virtual string Escape(string text, CultureInfo locale, EscapeQuerySyntaxType type)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.Globalization.CultureInfo |
locale |
|
EscapeQuerySyntaxType |
type |
|
Returns
Type |
Description |
System.String |
|
Implements
Escape(ICharSequence, CultureInfo, EscapeQuerySyntaxType)
Declaration
public virtual ICharSequence Escape(ICharSequence text, CultureInfo locale, EscapeQuerySyntaxType type)
Parameters
Returns
Implements