 | SphinxHelperEscapeString Method |
Escapes characters in a string that are treated specially by Sphinx.
Namespace:
SphinxConnector.Common
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static string EscapeString(
string value
)
Public Shared Function EscapeString (
value As String
) As String
Parameters
- value
- Type: SystemString
The string to escape.
Return Value
Type:
StringAn instance of
String with special characters escaped.
See Also