Aspose::Page::EPS::XMP::XmpValue::to_XmpValue-Methode
Inhalt
[
Ausblenden
]XmpValue::to_XmpValue(double) method
Konvertiert double in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | double | Wert zum Konvertieren. |
ReturnValue
XmlValue.
Siehe auch
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
Konvertiert integer in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | int32_t | Wert zum Konvertieren. |
ReturnValue
XmlValue.
Siehe auch
- 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
Konvertiert Array in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | System::ArrayPtr<System::SharedPtr<System::Object>> | Wert zum Konvertieren. |
ReturnValue
XmlValue.
Siehe auch
- 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
Konvertiert DateTime in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | System::DateTime | Wert zum Konvertieren. |
ReturnValue
XmlValue.
Siehe auch
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
Konvertiert Zeichenkette in XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | System::String | Wert zum Konvertieren. |
ReturnValue
XmlValue.
Siehe auch
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++