Method Escape
Escape(String, CultureInfo, EscapeQuerySyntaxType)
Declaration
string Escape(string text, CultureInfo locale, EscapeQuerySyntaxType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | text to be escaped |
System.Globalization.CultureInfo | locale | locale for the current query |
EscapeQuerySyntaxType | type | select the type of escape operation to use |
Returns
Type | Description |
---|---|
System.String | escaped text |
Escape(ICharSequence, CultureInfo, EscapeQuerySyntaxType)
Declaration
ICharSequence Escape(ICharSequence text, CultureInfo locale, EscapeQuerySyntaxType type)
Parameters
Type | Name | Description |
---|---|---|
ICharSequence | text | text to be escaped |
System.Globalization.CultureInfo | locale | locale for the current query |
EscapeQuerySyntaxType | type | select the type of escape operation to use |
Returns
Type | Description |
---|---|
ICharSequence | escaped text |