System::Runtime::Serialization::IFormatterConverter::ToInt64 metodo

IFormatterConverter::ToInt64 method

Converte un valore in un int64_t.

virtual int64_t System::Runtime::Serialization::IFormatterConverter::ToInt64(System::SharedPtr<Object> value)=0
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche