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

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.8.0.26312 (2.8.0.26312)

Syntax

C#
public static string EscapeString(
	string value
)
Visual Basic
Public Shared Function EscapeString ( _
	value As String _
) As String

Parameters

value
Type: System..::..String
The string to escape.

Return Value

An instance of String with special characters escaped.

See Also