System::Runtime::Serialization::IFormatterConverter::ToDecimal metodo

IFormatterConverter::ToDecimal method

Converte un valore in un Decimal.

virtual Decimal System::Runtime::Serialization::IFormatterConverter::ToDecimal(System::SharedPtr<Object> value)=0
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche