System::Runtime::Serialization::IFormatterConverter::ToDecimal metode

IFormatterConverter::ToDecimal method

Mengonversi nilai menjadi Decimal.

virtual Decimal System::Runtime::Serialization::IFormatterConverter::ToDecimal(System::SharedPtr<Object> value)=0
ParameterTipeDeskripsi
valueSystem::SharedPtr<Object>Objek yang akan dikonversi.

ReturnValue

Nilai yang telah dikonversi.

Lihat Juga