int Data Type

The int data type is stored as a four-byte integer.

The int type can represent integers in the range from negative 2,147,483,648 to positive 2,147,483,647, inclusive.

The corresponding .NET Framework data type is Int32. The properties and methods of the int data type are the same as the Int32 properties and methods.

Properties and Methods

Int32

Requirements

Version .NET

See Also

Concepts

Data Type Summary

Other Resources

Data Types (Visual Studio - JScript)