Aspose::Pdf::XmpValue::ToString method

XmpValue::ToString() const method

Returns string representation of XmpValue.

System::String Aspose::Pdf::XmpValue::ToString() const override

ReturnValue

String representation.

See Also

XmpValue::ToString(System::SharedPtr<System::IFormatProvider>) method

Returns string representation.

System::String Aspose::Pdf::XmpValue::ToString(System::SharedPtr<System::IFormatProvider> formatProvider)
ParameterTypeDescription
formatProviderSystem::SharedPtr<System::IFormatProvider>Format provider.

ReturnValue

String representation.

See Also