Aspose::Page::EPS::XMP::XmpValue::ToString method
XmpValue::ToString() const method
Returns string representation of XmpValue.
System::String Aspose::Page::EPS::XMP::XmpValue::ToString() const override
ReturnValue
String representation.
See Also
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::ToString(System::SharedPtr<System::IFormatProvider>) method
Returns string representation.
System::String Aspose::Page::EPS::XMP::XmpValue::ToString(System::SharedPtr<System::IFormatProvider> formatProvider)
Parameter | Type | Description |
---|---|---|
formatProvider | System::SharedPtr<System::IFormatProvider> | Format provider. |
ReturnValue
String representation.
See Also
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++