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