SphinxHelperEscapeString Method

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

Definition

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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