System::Drawing::ImageFormatConverter::ConvertTo method
isi
[
bersembunyi
]ImageFormatConverter::ConvertTo(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&, const TypeInfo&) method
Mengonversi objek ke tipe tertentu.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertTo(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value, const TypeInfo &destinationType) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object informasi konteks konversi. |
| budaya | const SharedPtr<Globalization::CultureInfo>& | Budaya yang digunakan saat mengonversi objek. |
| value | const SharedPtr<Object>& | Object untuk dikonversi. |
| destinationType | const TypeInfo& | Tipe untuk dikonversi ke. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Mengonversi objek ke tipe tertentu.
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 | Tipe | Deskripsi |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informasi konteks konversi. |
| budaya | const System::SharedPtr<System::Globalization::CultureInfo>& | Budaya yang digunakan saat mengonversi objek. |
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
| destinationType | const System::TypeInfo& | Tipe untuk dikonversi ke. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class TypeInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Mengonversi objek ke tipe tertentu.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
| destinationType | const System::TypeInfo& | Tipe untuk dikonversi ke. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++