Método ToString de Aspose::Pdf::XmpValue
XmpValue::ToString() const method
Devuelve la representación en cadena de XmpValue.
System::String Aspose::Pdf::XmpValue::ToString() const override
ReturnValue
Representación en cadena.
Ver también
- Class String
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XmpValue::ToString(const System::SharedPtr<System::IFormatProvider>&) method
Devuelve la representación en cadena.
System::String Aspose::Pdf::XmpValue::ToString(const System::SharedPtr<System::IFormatProvider> &formatProvider)
| Parámetro | Tipo | Descripción |
|---|---|---|
| formatProvider | const System::SharedPtr<System::IFormatProvider>& | Proveedor de formato. |
ReturnValue
Representación en cadena.
Ver también
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++