Method GetTermEscaped
GetTermEscaped(IEscapeQuerySyntax)
This method is used to get the value converted to System.String and escaped using the given IEscapeQuerySyntax.
Declaration
protected string GetTermEscaped(IEscapeQuerySyntax escaper)
Parameters
Type | Name | Description |
---|---|---|
IEscapeQuerySyntax | escaper | The IEscapeQuerySyntax used to escape the value System.String |
Returns
Type | Description |
---|---|
System.String | The value converted to System.String and escaped |