uint Data Type
The uint type is stored as a four-byte unsigned integer.
The uint type can represent integers in the range from 0 to 4,294,967,295, inclusive.
The corresponding .NET Framework data type is UInt32. The properties and methods of the uint data type are the same as the UInt32 properties and methods.