UIntPtr.ToUInt64 Método
Definição
Converte o valor dessa instância em um inteiro sem sinal de 64 bits.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
Retornos
Um inteiro sem sinal de 64 bits equivalente ao valor dessa instância.A 64-bit unsigned integer equal to the value of this instance.