Click or drag to resize

SphinxHelperEscapeString Method

Escapes characters in a string that are treated specially by Sphinx.

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public static string EscapeString(
	string value
)

Parameters

value  String
The string to escape.

Return Value

String
An instance of String with special characters escaped.
See Also