![]()
A UInt64 equivalent of the string.
Type Reason ArgumentNullException s is a null reference. FormatException s is not in the correct format. OverflowException s represents a number less than ulong.MinValue or greater than ulong.MaxValue.
This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToDecimal(string)(string).
This method calls ulong.Parse(string)(s, System.Globalization.NumberStyles.AllowLeadingSign|System.Globalization.NumberStyles.AllowLeadingWhite|System.Globalization.NumberStyles.AllowTrailingWhite, System.Globalization.NumberFormatInfo.InvariantInfo).