Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal virtual string Add_escapes(
	string str
)
Visual Basic
Protected Friend Overridable Function Add_escapes ( _
	str As String _
) As String
Visual C++
protected public:
virtual String^ Add_escapes(
	String^ str
)

Parameters

str
Type: System..::..String

[Missing <param name="str"/> documentation for "M:Lucene.Net.QueryParsers.ParseException.Add_escapes(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.ParseException.Add_escapes(System.String)"]

See Also