System.UInt64 Members

The members of System.UInt64 are listed below.

See Also: Inherited members from System.ValueType

Public Fields

const
MaxValueulong (18446744073709551615).

Represents the largest possible value of ulong. This field is constant.

const
MinValueulong (0).

Represents the smallest possible value of ulong. This field is constant.

Public Methods

CompareTo(object) : int

Compares this instance to a specified object and returns an indication of their relative values.

CompareTo(ulong) : int

Compares this instance to a specified 64-bit unsigned integer and returns an indication of their relative values.

override
Equals(object) : bool

Returns a value indicating whether this instance is equal to a specified object.

Equals(ulong) : bool

Returns a value indicating whether this instance is equal to a specified ulong value.

override
GetHashCode() : int

Returns the hash code for this instance.

GetTypeCode() : TypeCode

Returns the TypeCode for value type ulong.

static
Parse(string) : ulong

Converts the string representation of a number to its 64-bit unsigned integer equivalent.

static
Parse(string, System.Globalization.NumberStyles) : ulong

Converts the string representation of a number in a specified style to its 64-bit unsigned integer equivalent.

static
Parse(string, IFormatProvider) : ulong

Converts the string representation of a number in a specified culture-specific format to its 64-bit unsigned integer equivalent.

static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : ulong

Converts the string representation of a number in a specified style and culture-specific format to its 64-bit unsigned integer equivalent.

override
ToString() : string

Converts the numeric value of this instance to its equivalent string representation.

ToString(IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.

ToString(string) : string

Converts the numeric value of this instance to its equivalent string representation using the specified format.

ToString(string, IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

static
TryParse(string, out ulong) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out ulong) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IConvertible.ToBoolean

For a description of this member, see IConvertible.ToBoolean(IFormatProvider).

IConvertible.ToByte

For a description of this member, see IConvertible.ToByte(IFormatProvider).

IConvertible.ToChar

For a description of this member, see IConvertible.ToChar(IFormatProvider).

IConvertible.ToDateTime

This conversion is not supported. Attempting to use this method throws an InvalidCastException.

IConvertible.ToDecimal

For a description of this member, see IConvertible.ToDecimal(IFormatProvider).

IConvertible.ToDouble

For a description of this member, see IConvertible.ToDouble(IFormatProvider).

IConvertible.ToInt16

For a description of this member, see IConvertible.ToInt16(IFormatProvider).

IConvertible.ToInt32

For a description of this member, see IConvertible.ToInt32(IFormatProvider).

IConvertible.ToInt64

For a description of this member, see IConvertible.ToInt64(IFormatProvider).

IConvertible.ToSByte

For a description of this member, see IConvertible.ToSByte(IFormatProvider).

IConvertible.ToSingle

For a description of this member, see IConvertible.ToSingle(IFormatProvider).

IConvertible.ToType

For a description of this member, see IConvertible.ToType(Type, IFormatProvider).

IConvertible.ToUInt16

For a description of this member, see IConvertible.ToUInt16(IFormatProvider).

IConvertible.ToUInt32

For a description of this member, see IConvertible.ToUInt32(IFormatProvider).

IConvertible.ToUInt64

For a description of this member, see IConvertible.ToUInt64(IFormatProvider).