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