Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
Namespace: Lucene.Net.QueryParsersAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
protected internal static string addEscapes( string str ) |
Visual Basic |
---|
Protected Friend Shared Function addEscapes ( _ str As String _ ) As String |
Visual C++ |
---|
protected public: static String^ addEscapes( String^ str ) |
Parameters
- str
- Type: System..::..String
[Missing <param name="str"/> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.addEscapes(System.String)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.TokenMgrError.addEscapes(System.String)"]