System::ComponentModel::TypeConverter::ConvertFromInvariantString طريقة
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
يحوّل السلسلة الثابتة إلى كائن.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Parameter | Type | الوصف |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object معلومات سياق التحويل. |
| text | const System::String& | القيمة للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
يحوّل السلسلة الثابتة إلى كائن.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| Parameter | Type | الوصف |
|---|---|---|
| text | const System::String& | القيمة للتحويل. |
ReturnValue
الكائن المحول.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++