System::BoxedValue::ToString method

BoxedValue::ToString method

Converts boxed value represented by current object to string.

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

ReturnValue

String representation of the boxed value represented by current object

See Also