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

Restores escaped special characters (comma, newline, carriage return). Used on all string fields of PlayerInfo and IPBanInfo records, at load time.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[NotNullAttribute]
public static string Unescape(
	string str
)

Parameters

str
String
String to unescape.

Return Value

Procesed string, with the escaped special character restored.

Exceptions

ExceptionCondition
System..::..ArgumentNullException str is null.

See Also