KqlCriteriaKqlEncode Method |
Note: This API is now obsolete.
Encodes a string to be used in a KQL Query.
Namespace: Colygon.MatchPoint.Search.Query.KeywordAssembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax [ObsoleteAttribute]
public static string KqlEncode(
string s
)
Parameters
- s
- Type: SystemString
The string to encode.
Return Value
Type:
StringThe KQL encoded string.
See Also