System::BoxedValueBase::ToString method
BoxedValueBase::ToString() const method
Analog of C# Object.ToString() method. Enables converting custom objects to string.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
See Also
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.PDF for C++
BoxedValueBase::ToString(const System::String&) const method
Converts boxed object to string using specified format string.
System::String System::BoxedValueBase::ToString(const System::String &format) const
See Also
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.PDF for C++