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

IFormatterConverter::ToInt32 method

Convertit une valeur en int32_t.

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

ReturnValue

La valeur convertie.

Voir aussi