Int64 Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CompareTo | Overloaded. Compares this instance to a specified object or Int64 and returns an indication of their relative values. |
| Equals | Overloaded. Returns a value indicating whether this instance is equal to a specified object or Int64. |
| GetHashCode | Overridden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetTypeCode | Returns the TypeCode for value type Int64. |
| Parse | Overloaded. Converts the string representation of a number to its 64-bit signed integer equivalent. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overloaded. Overridden. Converts the numeric value of this instance to its equivalent string representation. |
| TryParse | Overloaded. Converts the string representation of a number to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed. |
Top