System::Object::ToString 方法

Object::ToString method

相当于 C# 的 Object.ToString() 方法。实现将自定义对象转换为字符串的功能。

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

ReturnValue

String representation as provided by final class.

另见