Condividi tramite


Convert.ToInt32(Object) Metodo

Definizione

Converte il valore specificato in Int32.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

value
Object

Valore da convertire.

Restituisce

Int32

value viene convertito in Int32.

Si applica a