طريقة System::IConvertible::ToString
IConvertible::ToString() const method
تماثل طريقة C# Object.ToString(). تمكّن من تحويل الكائنات المخصصة إلى سلسلة.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
انظر أيضًا
- Class String
- Class IConvertible
- Namespace System
- Library Aspose.Font for C++
IConvertible::ToString(System::SharedPtr<System::IFormatProvider>) method
يقوم بتحويل قيمة هذا الكائن إلى System::String مكافئ باستخدام معلومات تنسيق محددة حسب الثقافة.
virtual System::String System::IConvertible::ToString(System::SharedPtr<System::IFormatProvider> provider)=0
| معامل | نوع | الوصف |
|---|---|---|
| provider | System::SharedPtr<System::IFormatProvider> | تنفيذ لواجهة System::IFormatProvider التي تزود بمعلومات التنسيق الخاصة بالثقافة. |
ReturnValue
مثيل System::String مكافئ لقيمة هذا الكائن.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.Font for C++