Convert this result to an unsigned 32 bit integer. If this result
contains less than 32 bits, then the extra bits will be set to 0.

C# | Visual Basic | Visual C++ |
public uint ToUnsignedInt32()
Public Function ToUnsignedInt32 As UInteger
public: unsigned int ToUnsignedInt32()

The 32 bit unsigned integer that represents the result.

Exception | Condition |
---|---|
OverflowException | Thrown if the result contains more than
32 bits of classical data. |