Apache Lucene.Net 2.1 Class Library API

ParseException.Add_escapes Method 

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

protected internal virtual string Add_escapes(
   string str
);

See Also

ParseException Class | Lucene.Net.Analysis.Standard Namespace