UIntPtr.ToUInt32 Método
Definição
Converte o valor dessa instância em um inteiro sem sinal de 32 bits.Converts the value of this instance to a 32-bit unsigned integer.
public:
System::UInt32 ToUInt32();
public uint ToUInt32 ();
member this.ToUInt32 : unit -> uint32
Public Function ToUInt32 () As UInteger
Retornos
Um inteiro sem sinal de 32 bits equivalente ao valor dessa instância.A 32-bit unsigned integer equal to the value of this instance.
Exceções
Em uma plataforma de 64 bits, o valor dessa instância é muito grande para ser representado como um inteiro sem sinal de 32 bits.On a 64-bit platform, the value of this instance is too large to represent as a 32-bit unsigned integer.
Comentários
Uma exceção será gerada somente se o valor de value exigir mais bits do que o suporte da plataforma atual.An exception is only thrown if the value of value requires more bits than the current platform supports.