The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Int64 Methods
.NET Framework 1.1
The methods of the Int64 structure are listed here. For a complete list of Int64 structure members, see the Int64 Members topic.
Public Methods
CompareTo Supported by the .NET Compact Framework. | Compares this instance to a specified object and returns an indication of their relative values. |
Equals Supported by the .NET Compact Framework. | Overridden. Returns a value indicating whether this instance is equal to a specified object. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Returns the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
GetTypeCode Supported by the .NET Compact Framework. | Returns the TypeCode for value type Int64. |
![]() Parse Supported by the .NET Compact Framework. | Overloaded. Converts the string representation of a number to its 64-bit signed integer equivalent. |
ToString Supported by the .NET Compact Framework. | Overloaded. Overridden. Converts the numeric value of this instance to its equivalent string representation. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |


