System::BoxedValue::ToString 方法

BoxedValue::ToString method

将当前对象所表示的装箱值转换为字符串。

String System::BoxedValue<T>::ToString() const override

ReturnValue

String representation of the boxed value represented by current object

另见