[This is preliminary documentation and is subject to change.]
Unescapes backslashes. Any paid of backslashes (\\) is converted to a single one (\).
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] [PureAttribute] public static string UnescapeBackslashes( string message )
Parameters
- message
- String
String to process.
Return Value
Processed string.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | message is null. |