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 CLiteralEscape(this string)Declarationpublic static string CLiteralEscape(
this string value
) Summary
Escapes all characters in this string whose code is less than 32 or form invalid UTF-16 using C/C#-compatible
backslash escapes. See also |