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