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 IsNumeric(this string)Declarationpublic static bool IsNumeric(
this string str
) SummaryDetermines whether the string contains only the characters 0-9. |