System::Drawing::FontConverter::ConvertFrom metodo

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

Converte gli oggetti.

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

ReturnValue

oggetto convertito.

Vedi anche

FontConverter::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

FontConverter::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

FontConverter::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