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