1 out of 1 rated this helpful - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.