System::BoxedValueBase::ToString طريقة
BoxedValueBase::ToString() const method
تماثل طريقة C# Object.ToString(). تمكّن من تحويل الكائنات المخصصة إلى سلسلة.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
انظر أيضًا
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Font for C++
BoxedValueBase::ToString(const System::String&) const method
يحوِّل الكائن المُغَلَّف إلى سلسلة باستخدام سلسلة تنسيق محددة.
System::String System::BoxedValueBase::ToString(const System::String &format) const
انظر أيضًا
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Font for C++