System::Drawing::FontConverter::ConvertTo method
Inhalt
[
Ausblenden
]FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Konvertiert ein Objekt in einen spezifischen Typ.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| Wert | const System::SharedPtr<System::Object>& | Ein Objekt zum Konvertieren. |
| destinationType | const System::TypeInfo& | Typ, zu dem konvertiert werden soll. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Konvertiert ein Objekt in einen spezifischen Typ.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
| destinationType | const System::TypeInfo& | Typ, zu dem konvertiert werden soll. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Konvertiert ein Objekt in einen spezifischen Typ.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parameter | Typ | Beschreibung |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
| destinationType | const System::TypeInfo& | Typ, zu dem konvertiert werden soll. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++