NOTE: This method is now obsolete.
Use StringUtil.Unquote instead
Removes enclosing single and double quotes from a string.
The unquoted string.
string s0 = MainUtil.Unquote("'Hello world'"); // "Hello world"
string s0 = MainUtil.Unquote("'Hello Andy's world'"); // "Hello Andy's world"
MainUtil Class | Sitecore Namespace