Returns the escape form of "key"

- key (String)
- Key to escape

key, escaped


string escaped = Sofu.Sofu.SofuObject.KeyEscape("Hello World"); Console.Out.WriteLine(escaped); //Writes "Hello<20>World"
string escaped = Sofu.Sofu.SofuObject.KeyEscape("Hello World"); Console.Out.WriteLine(escaped); //Writes "Hello<20>World"