Converts the current value to a 32-bit unsigned integer based on the underlying type.
[Visual Basic] Overridable Public Function ToUInt32() As UInt32 [C#] public virtual uint ToUInt32(); [C++] public: virtual unsigned int ToUInt32(); [JScript] public function ToUInt32() : UInt32;
The converted value.
Uses Convert to perform the conversion.