Sofu Documentation
KeyUnescape Method (key)
NamespacesSofu.SofuSofuObjectKeyUnescape(String)
Returns the unescape form of "key"
Declaration Syntax
C#
public static string KeyUnescape(
	string key
)
Parameters
key (String)
Key to unescape
Return Value
key, unescaped
Examples
CopyC#
string escaped = Sofu.Sofu.SofuObject.KeyUnescape("Hello<20>World");
Console.Out.WriteLine(escaped); //Writes "Hello World"

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)