Aspose::Page::EPS::XMP::XmpValue::to_XmpValue metode
isi
[
bersembunyi
]XmpValue::to_XmpValue(double) method
Mengonversi double menjadi XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | double | Nilai untuk dikonversi. |
ReturnValue
XmlValue.
Lihat Juga
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
Mengonversi integer menjadi XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | int32_t | Nilai untuk dikonversi. |
ReturnValue
XmlValue.
Lihat Juga
- 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
Mengonversi array menjadi XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Nilai untuk dikonversi. |
ReturnValue
XmlValue.
Lihat Juga
- 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
Mengonversi DateTime menjadi XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | System::DateTime | Nilai untuk dikonversi. |
ReturnValue
XmlValue.
Lihat Juga
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
Mengonversi string menjadi XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | System::String | Nilai untuk dikonversi. |
ReturnValue
XmlValue.
Lihat Juga
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++