Metodo System::Runtime::Serialization::FormatterConverter::ToUInt64

FormatterConverter::ToUInt64 method

Converte un valore in un uint64_t.

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

ReturnValue

Il valore convertito.

Vedi anche