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: ulong ParseULong(this string, NumberStyles, IFormatProvider)Declarationpublic static ulong ParseULong(
this string str,
NumberStyles style = Integer,
IFormatProvider provider = null
) SummaryParses this string as a ulong using ulong.Parse(string). |