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