System::ComponentModel::TypeConverter::ConvertFrom method
inhoud
[
verbergen
]TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converteert objecten.
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 | Type | Beschrijving |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversiecontextinformatie. |
| cultuur | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultuur die gebruikt moet worden bij het converteren van objecten. |
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
ReturnValue
geconverteerd object.
Zie ook
- 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
Converteert string naar object.
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 | Type | Beschrijving |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversiecontextinformatie. |
| cultuur | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultuur die gebruikt moet worden bij het converteren van objecten. |
| value | const System::String& | Waarde om te converteren. |
ReturnValue
geconverteerd object.
Zie ook
- 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
Converteert objecten.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
ReturnValue
geconverteerd object.
Zie ook
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++