Convert.ToInt32(Object) Método

Definição

Converte o valor especificado em um Int32.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

value
Object

O valor a converter.

Retornos

value convertido em um Int32.

Aplica-se a