System::Drawing::ImageConverter::ConvertTo metodo
Contenuti
[
Nascondere
]ImageConverter::ConvertTo(const System::SharedPtr<System::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::ImageConverter::ConvertTo(const System::SharedPtr<System::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<System::ComponentModel::ITypeDescriptorContext>& | Object informazioni sul contesto di conversione |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultura da utilizzare durante la conversione degli oggetti |
| valore | const System::SharedPtr<System::Object>& | Un oggetto da convertire. |
| destinationType | const System::TypeInfo& | Un tipo in cui convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class ImageConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageConverter::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 ImageConverter
- Namespace System::Drawing
- Library Aspose.Font for C++