Bridge

Int64 Members

The Int64 type exposes the following members.

Methods


  Name Description
Public method CompareTo(Int64)
Compares this instance to a specified 64-bit signed integer and returns an indication of their relative values.
Public method CompareTo(Object)
Compares this instance to a specified object and returns an indication of their relative values.
Public method Equals
Returns a value indicating whether this instance is equal to a specified Int64 value.
Public method Format(String)
Public method Format(String, IFormatProvider)
Public method Static member Parse
Converts the string representation of a number to its 64-bit signed integer equivalent.
Public method ToString(Int32)
Public method ToString(String)
Converts the numeric value of this instance to its equivalent string representation, using the specified format.
Public method ToString(String, IFormatProvider)
Public method Static member TryParse
Converts the string representation of a number to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.

Fields


  Name Description
Public field Static member MaxValue
Represents the largest possible value of an Int64. This field is constant.
Public field Static member MinValue
Represents the smallest possible value of an Int64. This field is constant.