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

参照