System::BoxedValueBase::ToString طريقة

BoxedValueBase::ToString() const method

تماثل طريقة C# Object.ToString(). تمكّن من تحويل الكائنات المخصصة إلى سلسلة.

virtual String System::Object::ToString() const

ReturnValue

String representation as provided by final class.

انظر أيضًا

BoxedValueBase::ToString(const System::String&) const method

يحوِّل الكائن المُغَلَّف إلى سلسلة باستخدام سلسلة تنسيق محددة.

System::String System::BoxedValueBase::ToString(const System::String &format) const

انظر أيضًا