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.

Properties and Methods

UInt32

Requirements

Version .NET

See Also

Concepts

Data Type Summary

Other Resources

Data Types (Visual Studio - JScript)