Aspose::Page::EPS::XMP::XmpValue::to_XmpValue μέθοδος

XmpValue::to_XmpValue(double) method

Μετατρέπει το double σε XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParameterTypeΠεριγραφή
τιμήdoubleΤιμή για μετατροπή.

ReturnValue

XmlValue.

Δείτε επίσης

XmpValue::to_XmpValue(int32_t) method

Μετατρέπει το ακέραιο σε XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParameterTypeΠεριγραφή
τιμήint32_tΤιμή για μετατροπή.

ReturnValue

XmlValue.

Δείτε επίσης

XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>) method

Μετατρέπει τον πίνακα σε XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParameterTypeΠεριγραφή
τιμήSystem::ArrayPtr<System::SharedPtr<System::Object>>Τιμή για μετατροπή.

ReturnValue

XmlValue.

Δείτε επίσης

XmpValue::to_XmpValue(System::DateTime) method

Μετατρέπει το DateTime σε XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParameterTypeΠεριγραφή
τιμήSystem::DateTimeΤιμή για μετατροπή.

ReturnValue

XmlValue.

Δείτε επίσης

XmpValue::to_XmpValue(System::String) method

Μετατρέπει τη συμβολοσειρά σε XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParameterTypeΠεριγραφή
τιμήSystem::StringΤιμή για μετατροπή.

ReturnValue

XmlValue.

Δείτε επίσης