Aspose::Page::EPS::XMP::XmpValue::to_XmpValue metod
Innehåll
[
Dölj
]XmpValue::to_XmpValue(double) method
Konverterar double till XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | double | Värde att konvertera. |
ReturnValue
XmlValue.
Se även
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
Konverterar heltal till XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | int32_t | Värde att konvertera. |
ReturnValue
XmlValue.
Se även
- 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
Konverterar array till XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Värde att konvertera. |
ReturnValue
XmlValue.
Se även
- 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
Konverterar DateTime till XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | System::DateTime | Värde att konvertera. |
ReturnValue
XmlValue.
Se även
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
Konverterar sträng till XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | System::String | Värde att konvertera. |
ReturnValue
XmlValue.
Se även
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++