UIntPtr.ToUInt64 Method

Definition

Converts the value of this instance to a 64-bit unsigned integer.

public:
 System::UInt64 ToUInt64();
public ulong ToUInt64 ();
member this.ToUInt64 : unit -> uint64
Public Function ToUInt64 () As ULong

Returns

A 64-bit unsigned integer equal to the value of this instance.

Applies to