System::Drawing::FontConverter::ConvertFrom méthode

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

Convertit des objets.

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
ParamètreTypeDescription
contextconst System::SharedPtr<ComponentModel::ITypeDescriptorContext>&Object information de contexte de conversion.
cultureconst System::SharedPtr<System::Globalization::CultureInfo>&Culture à utiliser lors de la conversion d’objets.
valeurconst System::SharedPtr<System::Object>&Un objet à convertir.

ReturnValue

objet converti.

Voir aussi

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

Convertit des objets.

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)
ParamètreTypeDescription
contextconst System::SharedPtr<ITypeDescriptorContext>&Object information de contexte de conversion.
cultureconst System::SharedPtr<System::Globalization::CultureInfo>&Culture à utiliser lors de la conversion d’objets.
valueconst System::SharedPtr<System::Object>&Object à convertir.

ReturnValue

objet converti.

Voir aussi

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

Convertit une chaîne en objet.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
ParamètreTypeDescription
contextconst System::SharedPtr<ITypeDescriptorContext>&Object information de contexte de conversion.
cultureconst System::SharedPtr<System::Globalization::CultureInfo>&Culture à utiliser lors de la conversion d’objets.
valeurconst System::String&Valeur à convertir.

ReturnValue

objet converti.

Voir aussi

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

Convertit des objets.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
ParamètreTypeDescription
valueconst System::SharedPtr<System::Object>&Object à convertir.

ReturnValue

objet converti.

Voir aussi