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