System::Runtime::Serialization::IFormatterConverter::ToDecimal Methode

IFormatterConverter::ToDecimal method

Konvertiert einen Wert in einen Decimal.

virtual Decimal System::Runtime::Serialization::IFormatterConverter::ToDecimal(System::SharedPtr<Object> value)=0
ParameterTypBeschreibung
WertSystem::SharedPtr<Object>Das zu konvertierende Objekt.

ReturnValue

Der konvertierte Wert.

Siehe auch