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: bool EqualsIgnoreCase(this string, string)Declarationpublic static bool EqualsIgnoreCase(
this string strthis,
string str
) Summary
Determines whether this string is equal to the other string using the ordinal case-insensitive comparison ( StringComparison.OrdinalIgnoreCase). |