Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
Namespace:
SingularSys.Jep.ParserAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
protected string AddEscapes( string str ) |
| Visual Basic (Declaration) |
|---|
Protected Function AddEscapes ( _ str As String _ ) As String |
| Visual C++ |
|---|
protected: String^ AddEscapes( String^ str ) |
Parameters
- str
- Type: System..::.String