Aspose::Pdf::XmpValue::to_XmpValue método
Contenido
[
Ocultar
]XmpValue::to_XmpValue(const System::ArrayPtr<System::SharedPtr<System::Object>>&) method
Convierte una matriz a XmpValue.
static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(const System::ArrayPtr<System::SharedPtr<System::Object>> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | const System::ArrayPtr<System::SharedPtr<System::Object>>& | Valor a convertir. |
ReturnValue
XmlValue.
Ver también
- Typedef SharedPtr
- Class XmpValue
- Typedef ArrayPtr
- Class Object
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XmpValue::to_XmpValue(const System::String&) method
Convierte cadena a XmpValue.
static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(const System::String &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | const System::String& | Valor a convertir. |
ReturnValue
XmlValue.
Ver también
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XmpValue::to_XmpValue(double) method
Convierte double en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(double value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | double | Valor a convertir. |
ReturnValue
XmlValue.
Ver también
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XmpValue::to_XmpValue(int32_t) method
Convierte integer en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(int32_t value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | int32_t | Valor a convertir. |
ReturnValue
XmlValue.
Ver también
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XmpValue::to_XmpValue(System::DateTime) method
Convierte DateTime en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(System::DateTime value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | System::DateTime | Valor a convertir. |
ReturnValue
XmlValue.
Ver también
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++