Condividi tramite


IntegerType.FromObject(Object) Metodo

Definizione

Restituisce un valore Integer corrispondente all'oggetto specificato.

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

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

Parametri

Value
Object

Obbligatorio. Oggetto da convertire in un valore Integer.

Restituisce

Valore Integer corrispondente a Value.

Commenti

Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.

Si applica a