Convert..::..ToUInt32 Method (String, Int32)
Converts the string representation of a number in a specified base to an equivalent 32-bit unsigned integer.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static uint ToUInt32( string value, int fromBase )
<TemplateAttribute> _ Public Shared Function ToUInt32 ( _ value As String, _ fromBase As Integer _ ) As UInteger
[TemplateAttribute] public: static unsigned int^ ToUInt32( String^ value, int^ fromBase )