Declaration
public static string CLiteralUnescape(
this string value
)
Summary
Reverses the escaping done by
StringExtensions.CLiteralEscape(this string). Note that unescaping is not fully C/C#-compatible
in the sense that not all strings that are valid string literals in C/C# can be correctly unescaped by this
procedure.
See also