Escapes a 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"'