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

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