Metodo System::Runtime::Serialization::FormatterConverter::ToSingle

FormatterConverter::ToSingle method

Converte un valore in un float.

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

ReturnValue

Il valore convertito.

Vedi anche