System::Drawing::FontConverter::ConvertTo metodo
Contenuti
[
Nascondere
]FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Converte l’oggetto in un tipo specifico.
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
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture da utilizzare durante la conversione degli oggetti. |
| valore | const System::SharedPtr<System::Object>& | Un oggetto da convertire. |
| destinationType | const System::TypeInfo& | Tipo in cui convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- 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
Converte l’oggetto in un tipo specifico.
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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture da utilizzare durante la conversione degli oggetti. |
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
| destinationType | const System::TypeInfo& | Tipo in cui convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- 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
Converte l’oggetto in un tipo specifico.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
| destinationType | const System::TypeInfo& | Tipo in cui convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++