Returns the unescape form of "key"
- key (String)
- Key to unescape
key, unescaped
string escaped = Sofu.Sofu.SofuObject.KeyUnescape("Hello<20>World"); Console.Out.WriteLine(escaped); //Writes "Hello World"
string escaped = Sofu.Sofu.SofuObject.KeyUnescape("Hello<20>World"); Console.Out.WriteLine(escaped); //Writes "Hello World"