Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.