Metode System::ComponentModel::TypeConverter::ConvertFrom
isi
[
bersembunyi
]TypeConverter::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 ITypeDescriptorContext
- Class CultureInfo
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::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 ITypeDescriptorContext
- Class CultureInfo
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::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 TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++