Escapes a Value

- value (String)
- String to escape

Escaped value

Mostly used during writing of Sofu Files


string escaped = Sofu.Sofu.SofuObject.Escape(@"C:\Windows"); Console.Out.WriteLine(escaped); //Writes '"C:\\Windows"'
string escaped = Sofu.Sofu.SofuObject.Escape(@"C:\Windows"); Console.Out.WriteLine(escaped); //Writes '"C:\\Windows"'