System.Int32.MaxValue Field

Represents the largest possible value of an int. This field is constant.

Value: 2147483647

Syntax

public const int MaxValue

Remarks

The value of this constant is 2,147,483,647; that is, hexadecimal 0x7FFFFFFF.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0