System::ComponentModel::TypeConverter::ConvertFrom طريقة
محتويات
[
يخفي
]TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
يقوم بتحويل الكائنات.
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 | الوصف |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object معلومات سياق التحويل. |
| الثقافة | const System::SharedPtr<System::Globalization::CultureInfo>& | الثقافة المستخدمة عند تحويل الكائنات. |
| value | const System::SharedPtr<System::Object>& | Object للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- 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
يقوم بتحويل السلسلة إلى كائن.
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 | الوصف |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object معلومات سياق التحويل. |
| الثقافة | const System::SharedPtr<System::Globalization::CultureInfo>& | الثقافة المستخدمة عند تحويل الكائنات. |
| value | const System::String& | القيمة للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- 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
يقوم بتحويل الكائنات.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parameter | Type | الوصف |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++