Converts a Byte to a UInt32.
[Visual Basic] Overridable Public Function ToUInt32() As UInt32 [C#] public virtual uint ToUInt32(); [C++] public: virtual unsigned int ToUInt32(); [JScript] public function ToUInt32() : UInt32;
A number as a UInt32.
Exception Type | Condition |
---|---|
InvalidCastException | is thrown if it doesn't return a UInt32. |
The ToUInt32method converts a byte value into a UInt32 and returns it.