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

另见