System::Drawing::FontConverter::ConvertFrom méthode
Contenu
[
Cacher
]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ètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| valeur | const System::SharedPtr<System::Object>& | Un objet à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| value | const System::SharedPtr<System::Object>& | Object à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| valeur | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++