Sofu Documentation
Escape Method (value)
NamespacesSofu.SofuSofuObjectEscape(String)
Escapes a Value
Declaration Syntax
C#
public static string Escape(
	string value
)
Parameters
value (String)
String to escape
Return Value
Escaped value
Remarks
Mostly used during writing of Sofu Files
Examples
CopyC#
string escaped = Sofu.Sofu.SofuObject.Escape(@"C:\Windows");
Console.Out.WriteLine(escaped); //Writes '"C:\\Windows"'

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