Representing the constant value of the largest possible Int32.
[Visual Basic] Public Const MaxValue As Integer [C#] public const int MaxValue; [C++] public: const int MaxValue; [JScript] public var MaxValue : int;
The MaxValue hexadecimal value is 0x7fffffff.