Int64.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 Int64. This field is constant.

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

Syntax

Public Const MaxValue As Long
public const long MaxValue

Remarks

The value of this constant is 9,223,372,036,854,775,807; that is, hexadecimal 0x7FFFFFFFFFFFFFFF.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Int64 Structure

System Namespace

MinValue