Converts a UInt16 to a UInt32.
[Visual Basic] Overloads Public Shared Function ToUInt32( _ ByVal value As UInt16 _ ) As UInt32 [C#] public static uint ToUInt32( ushort value ); [C++] public: static unsigned int ToUInt32( unsigned short value ); [JScript] public static function ToUInt32( value : UInt16 ) : UInt32;
The converted value.
Convert Class | Convert Members | System Namespace | Convert.ToUInt32 Overload List