IFormatterConverter.ToInt32(Object) Metodo

Definizione

Converte un valore in un intero con segno a 32 bit.

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

Parametri

value
Object

Oggetto da convertire.

Restituisce

Valore value convertito.

Si applica a