Aspose::Page::EPS::XMP::XmpValue::to_XmpValue método

XmpValue::to_XmpValue(double) method

Convierte double en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParámetroTipoDescripción
valuedoubleValor a convertir.

ReturnValue

Valor XML.

Ver también

XmpValue::to_XmpValue(int32_t) method

Convierte entero en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParámetroTipoDescripción
valueint32_tValor a convertir.

ReturnValue

Valor XML.

Ver también

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

Convierte matriz a XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParámetroTipoDescripción
valueSystem::ArrayPtr<System::SharedPtr<System::Object>>Valor a convertir.

ReturnValue

Valor XML.

Ver también

XmpValue::to_XmpValue(System::DateTime) method

Convierte DateTime en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParámetroTipoDescripción
valueSystem::DateTimeValor a convertir.

ReturnValue

Valor XML.

Ver también

XmpValue::to_XmpValue(System::String) method

Convierte cadena a XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParámetroTipoDescripción
valueSystem::StringValor a convertir.

ReturnValue

Valor XML.

Ver también