 | SphinxHelperEscapeString Method |
Escapes characters in a string that are treated specially by Sphinx.
Namespace: SphinxConnector.CommonAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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