escapedString
escapedString — prepares a string for use with
writeCommand (Java and C# only).
Syntax
For Java:
String escapedString( | String | str, |
| boolean | quoted) ; |
String escapedString( | String | str, |
| boolean | quoted, |
| boolean | special_only) ; |
For C#:
String escapedString( | String | str, |
| bool | quoted) ; |
String escapedString( | String | str, |
| bool | quoted, |
| bool | special_only) ; |
Parameters
This has not yet been documented.
Returns
This has not yet been documented.
Description
This method prepares a string for
use with writeCommand.