Metode System::BoxedValueBase::ToString

BoxedValueBase::ToString() const method

Analogi dari metode C# Object.ToString(). Memungkinkan mengonversi objek khusus menjadi string.

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

ReturnValue

String representation as provided by final class.

Lihat Juga

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

Mengonversi objek yang dibungkus menjadi string menggunakan string format yang ditentukan.

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

Lihat Juga