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