System::Runtime::Serialization::IFormatterConverter::ToSingle metodo

IFormatterConverter::ToSingle method

Converte un valore in un float.

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

ReturnValue

Il valore convertito.

Vedi anche