The int data type represents integer values ranging from
negative 2,147,483,648 to positive 2,147,483,647; that is, hexadecimal
0X80000000 to 0X7FFFFFFF.
Thread Safety
This type is safe for multithreaded operations.
Requirements
Namespace: System Assembly: mscorlib (in mscorlib.dll) Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0