Converts an Int32 to a UInt32.
[Visual Basic] Overloads Public Shared Function ToUInt32( _ ByVal value As Integer _ ) As UInt32 [C#] public static uint ToUInt32( int value ); [C++] public: static unsigned int ToUInt32( int value ); [JScript] public static function ToUInt32( value : int ) : UInt32;
The value as a UInt32 .
Exception Type | Condition |
---|---|
OverflowException | is thrown if value is less than UInt32.MinValue. |
Convert Class | Convert Members | System Namespace | Convert.ToUInt32 Overload List