Aspose::Pdf::XmpValue::to_XmpValue método

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

Convierte una matriz a XmpValue.

static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(const System::ArrayPtr<System::SharedPtr<System::Object>> &value)
ParámetroTipoDescripción
valorconst System::ArrayPtr<System::SharedPtr<System::Object>>&Valor a convertir.

ReturnValue

XmlValue.

Ver también

XmpValue::to_XmpValue(const System::String&) method

Convierte cadena a XmpValue.

static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(const System::String &value)
ParámetroTipoDescripción
valorconst System::String&Valor a convertir.

ReturnValue

XmlValue.

Ver también

XmpValue::to_XmpValue(double) method

Convierte double en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(double value)
ParámetroTipoDescripción
valordoubleValor a convertir.

ReturnValue

XmlValue.

Ver también

XmpValue::to_XmpValue(int32_t) method

Convierte integer en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(int32_t value)
ParámetroTipoDescripción
valorint32_tValor a convertir.

ReturnValue

XmlValue.

Ver también

XmpValue::to_XmpValue(System::DateTime) method

Convierte DateTime en XmpValue.

static System::SharedPtr<XmpValue> Aspose::Pdf::XmpValue::to_XmpValue(System::DateTime value)
ParámetroTipoDescripción
valorSystem::DateTimeValor a convertir.

ReturnValue

XmlValue.

Ver también