System::Runtime::Serialization::IFormatterConverter::ToUInt64 metodo

IFormatterConverter::ToUInt64 method

Converte un valore in un uint64_t.

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

ReturnValue

Il valore convertito.

Vedi anche