Int32.MaxValue Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Const MaxValue As Integer
public const int MaxValue

Remarks

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Int32 Structure

System Namespace

MinValue