Metodo System::Runtime::Serialization::FormatterConverter::ToInt64

FormatterConverter::ToInt64 method

Converte un valore in un int64_t.

int64_t System::Runtime::Serialization::FormatterConverter::ToInt64(System::SharedPtr<Object> value) override
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche