Metodo System::Runtime::Serialization::FormatterConverter::ToDouble

FormatterConverter::ToDouble method

Converte un valore in un double.

double System::Runtime::Serialization::FormatterConverter::ToDouble(System::SharedPtr<Object> value) override
ParametroTipoDescrizione
valoreSystem::SharedPtr<Object>L’oggetto da convertire.

ReturnValue

Il valore convertito.

Vedi anche