HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string CLiteralUnescape(this string)Declarationpublic 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 |