System::Drawing::ImageFormatConverter::ConvertFrom metodo

ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method

Converte gli oggetti.

SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
ParametroTipoDescrizione
contextconst SharedPtr<ComponentModel::ITypeDescriptorContext>&Object informazioni sul contesto di conversione.
culturaconst SharedPtr<Globalization::CultureInfo>&Culture da utilizzare durante la conversione degli oggetti.
valueconst SharedPtr<Object>&Object da convertire.

ReturnValue

oggetto convertito.

Vedi anche

ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method

Converte gli oggetti.

virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
ParametroTipoDescrizione
contextconst System::SharedPtr<ITypeDescriptorContext>&Object informazioni sul contesto di conversione.
culturaconst System::SharedPtr<System::Globalization::CultureInfo>&Culture da utilizzare durante la conversione degli oggetti.
valueconst System::SharedPtr<System::Object>&Object da convertire.

ReturnValue

oggetto convertito.

Vedi anche

ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method

Converte una stringa in un oggetto.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
ParametroTipoDescrizione
contextconst System::SharedPtr<ITypeDescriptorContext>&Object informazioni sul contesto di conversione.
culturaconst System::SharedPtr<System::Globalization::CultureInfo>&Culture da utilizzare durante la conversione degli oggetti.
valoreconst System::String&Valore da convertire.

ReturnValue

oggetto convertito.

Vedi anche

ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method

Converte gli oggetti.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
ParametroTipoDescrizione
valueconst System::SharedPtr<System::Object>&Object da convertire.

ReturnValue

oggetto convertito.

Vedi anche