IFormatterConverter.ToUInt32(Object) Método

Definição

Converte um valor em um inteiro sem sinal de 32 bits.

public:
 System::UInt32 ToUInt32(System::Object ^ value);
public uint ToUInt32(object value);
abstract member ToUInt32 : obj -> uint32
Public Function ToUInt32 (value As Object) As UInteger

Parâmetros

value
Object

O objeto a ser convertido.

Retornos

O convertido value.

Aplica-se a