Mono Class Library: System.Xml.XmlConvert Overview | MembersSystem.Xml.XmlConvert.ToUInt32 Method |
Converts a string to a uint equivalent. [Edit]
|
The uint equivalent of s. [Edit]
Type Reason ArgumentNullException s is a null reference. [Edit] FormatException s is not in the correct format. [Edit] OverflowException s represents a number less than uint.MinValue or greater than uint.MaxValue. [Edit]
This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToInt64(string)(string).
This method calls uint.Parse(string)(s, System.Globalization.NumberStyles.AllowLeadingSign|System.Globalization.NumberStyles.AllowLeadingWhite|System.Globalization.NumberStyles.AllowTrailingWhite, System.Globalization.NumberFormatInfo.InvariantInfo).
[Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0