A UInt32 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 uint.MinValue or greater than uint.MaxValue.
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).