Mono Class Library: Overview

System.Int64: Method Members

The methods of System.Int64 are listed below. For a list of all members, see the Int64 Members list.

See Also: Inherited members from System.ValueType

Public Methods

CompareTo(long) : int
Returns the sort order of the current instance compared to the specified long.
CompareTo(object) : int
Returns the sort order of the current instance compared to the specified object.
Equals(long) : bool
Determines whether the current instance and the specified long represent the same value.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetTypeCode() : TypeCode
Documentation for this section has not yet been entered.
static
Parse(string) : long
Returns the specified string converted to a long value.
static
Parse(string, System.Globalization.NumberStyles) : long
Returns the specified string converted to a long value.
static
Parse(string, IFormatProvider) : long
Returns the specified string converted to a long value.
static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : long
Returns the specified string converted to a long value.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToString(IFormatProvider) : string
Returns a string representation of the value of the current instance.
ToString(string) : string
Returns a string representation of the value of the current instance.
ToString(string, IFormatProvider) : string
Returns a string representation of the value of the current instance.
static
TryParse(string, out long) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out long) : bool
Documentation for this section has not yet been entered.