[This is preliminary documentation and is subject to change.]

Unescapes backslashes. Any paid of backslashes (\\) is converted to a single one (\).

Namespace: fCraft
Assembly: 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

ExceptionCondition
System..::..ArgumentNullException message is null.

See Also