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: 5.3.0
Syntax
public static string EscapeString(
	string value
)

Parameters

value
Type: SystemString
The string to escape.

Return Value

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