Aspose::Page::EPS::XMP::XmpValue::ToString 方法

XmpValue::ToString() const method

返回 XmpValue 的字符串表示。

System::String Aspose::Page::EPS::XMP::XmpValue::ToString() const override

ReturnValue

字符串表示。

另见

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

返回字符串表示。

System::String Aspose::Page::EPS::XMP::XmpValue::ToString(System::SharedPtr<System::IFormatProvider> formatProvider)
ParameterType描述
formatProviderSystem::SharedPtr<System::IFormatProvider>格式提供程序。

ReturnValue

字符串表示。

另见