IFormatterConverter.ToInt32(Object) Método

Definição

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

public:
 int ToInt32(System::Object ^ value);
public int ToInt32 (object value);
abstract member ToInt32 : obj -> int
Public Function ToInt32 (value As Object) As Integer

Parâmetros

value
Object

O objeto a ser convertido.

Retornos

O value convertido.

Aplica-se a