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

IFormatterConverter::ToDecimal method

Convertit une valeur en Decimal.

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

ReturnValue

La valeur convertie.

Voir aussi