UInt64 Structure |
Namespace: System
[SerializableAttribute] public struct UInt64 : IComparable, IFormattable, IConvertible, IComparable<ulong>, IEquatable<ulong>
The UInt64 type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueTypeEquals(Object).) | |
Equals(UInt64) | Returns a value indicating whether this instance is equal to a specified UInt64 value. | |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Converts the numeric value of this instance to its equivalent string representation. (Overrides ValueTypeToString.) | |
ToString(IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. | |
ToString(String) | Converts the numeric value of this instance to its equivalent string representation using the specified format. | |
ToString(String, IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. |
Name | Description | |
---|---|---|
MaxValue | Represents the largest possible value of UInt64. This field is constant. | |
MinValue | Represents the smallest possible value of UInt64. This field is constant. |