Méthode Aspose::Page::EPS::XMP::XmpValue::to_XmpValue

XmpValue::to_XmpValue(double) method

Convertit double en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParamètreTypeDescription
valuedoubleValeur à convertir.

ReturnValue

XmlValue.

Voir aussi

XmpValue::to_XmpValue(int32_t) method

Convertit entier en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParamètreTypeDescription
valueint32_tValeur à convertir.

ReturnValue

XmlValue.

Voir aussi

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

Convertit tableau en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParamètreTypeDescription
valueSystem::ArrayPtr<System::SharedPtr<System::Object>>Valeur à convertir.

ReturnValue

XmlValue.

Voir aussi

XmpValue::to_XmpValue(System::DateTime) method

Convertit DateTime en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParamètreTypeDescription
valueSystem::DateTimeValeur à convertir.

ReturnValue

XmlValue.

Voir aussi

XmpValue::to_XmpValue(System::String) method

Convertit chaîne en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParamètreTypeDescription
valueSystem::StringValeur à convertir.

ReturnValue

XmlValue.

Voir aussi