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 SqlEscape(this string)Declarationpublic static string SqlEscape(
this string input
) Summary
Returns an SQL-compatible representation of the string in single-quotes with the appropriate characters escaped. Parametersthis string | input |
String to escape. |
Returns
SQL-compatible representation of the input string. |