System::Runtime::Serialization::IFormatterConverter::ToInt64 méthode

IFormatterConverter::ToInt64 method

Convertit une valeur en int64_t.

virtual int64_t System::Runtime::Serialization::IFormatterConverter::ToInt64(System::SharedPtr<Object> value)=0
ParamètreTypeDescription
valeurSystem::SharedPtr<Object>L’objet à convertir.

ReturnValue

La valeur convertie.

Voir aussi