Represents a 32-bit unsigned integer. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.
[C#] public struct UInt32 : IComparable, IFormattable, IConvertible [C++] public __value struct UInt32 : public IComparable, IFormattable, IConvertible
[Visual Basic] The UInt32 type cannot be used in Visual Basic.
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The UInt32 class encapsulates a 32-bit unsigned integer (uint) and provides an object representation of it.
The UInt32 data type represents positive integers with 9 significant digits in the range from 0 through positive 4,294,967,295.
Namespace: System
Assembly: mscorlib.dll
UInt32 Members | System Namespace | IFormattable | IComparable | IConvertible | Int32 | Object