[This is preliminary documentation and is subject to change.]
Escapes special characters (comma, newline, carriage return) in the given string.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] public static string Escape( string str )
Parameters
- str
- String
String to process. If this string is null, an empty string is returned.