System::BoxedValueBase::ToString yöntemi

BoxedValueBase::ToString() const method

C# Object.ToString() yönteminin benzeri. Özel nesnelerin stringe dönüştürülmesini sağlar.

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

ReturnValue

String representation as provided by final class.

Ayrıca Bakınız

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

Kutulanmış nesneyi belirtilen biçim dizesiyle dizeye dönüştürür.

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

Ayrıca Bakınız