IFormatterConverter.ToInt64(Object) Metodo

Definizione

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

public:
 long ToInt64(System::Object ^ value);
public long ToInt64 (object value);
abstract member ToInt64 : obj -> int64
Public Function ToInt64 (value As Object) As Long

Parametri

value
Object

Oggetto da convertire.

Restituisce

Int64

Valore value convertito.

Si applica a