System::Runtime::Serialization::IFormatterConverter::ToSingle method

IFormatterConverter::ToSingle method

Convierte un valor a float.

virtual float System::Runtime::Serialization::IFormatterConverter::ToSingle(System::SharedPtr<Object> value)=0
ParámetroTipoDescripción
valueSystem::SharedPtr<Object>El objeto a convertir.

ReturnValue

El valor convertido.

Ver también