System::Drawing::ImageFormatConverter::ConvertFrom method
isi
[
bersembunyi
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
Mengonversi objek.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) 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. |
ReturnValue
objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Mengonversi objek.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| 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. |
ReturnValue
objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Mengonversi string ke objek.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| 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::String& | Nilai untuk dikonversi. |
ReturnValue
objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Mengonversi objek.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
ReturnValue
objek yang dikonversi.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Page for C++