Int32.MaxValue Field
Represents the largest possible value of Int32 Structure. This field is constant.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public static const int MaxValue
Remarks
This value of this constant is 2,147,483,647; that is, hexadecimal 0x7FFFFFFF.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.