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