TheSnyper

Results 1 comments of TheSnyper

I got around this problem by creating a simple Wrap/Unwrap function ... private string Wrap(string input) { return @"""" + input + @""""; // enclose string in " to preserve...