Aspose::Page::EPS::XMP::XmpValue::ToString 方法
XmpValue::ToString() const method
返回 XmpValue 的字符串表示。
System::String Aspose::Page::EPS::XMP::XmpValue::ToString() const override
ReturnValue
字符串表示。
另见
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::ToString(System::SharedPtr<System::IFormatProvider>) method
返回字符串表示。
System::String Aspose::Page::EPS::XMP::XmpValue::ToString(System::SharedPtr<System::IFormatProvider> formatProvider)
| Parameter | Type | 描述 |
|---|---|---|
| formatProvider | System::SharedPtr<System::IFormatProvider> | 格式提供程序。 |
ReturnValue
字符串表示。
另见
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++