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: decimal ParseDecimal(this string, decimal, NumberStyles, IFormatProvider)Declarationpublic static decimal ParseDecimal(
this string str,
decimal default_,
NumberStyles style = AllowThousands, Float,
IFormatProvider provider = null
) Summary
Parses this string as a decimal using decimal.TryParse(string, out decimal). Returns default_ if the value cannot be parsed. |