Metodo Aspose::Page::EPS::XMP::XmpValue::to_XmpValue

XmpValue::to_XmpValue(double) method

Converte double in XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParametroTipoDescrizione
valuedoubleValore da convertire.

ReturnValue

XmlValue.

Vedi anche

XmpValue::to_XmpValue(int32_t) method

Converte intero in XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParametroTipoDescrizione
valueint32_tValore da convertire.

ReturnValue

XmlValue.

Vedi anche

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

Converte array in XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParametroTipoDescrizione
valueSystem::ArrayPtr<System::SharedPtr<System::Object>>Valore da convertire.

ReturnValue

XmlValue.

Vedi anche

XmpValue::to_XmpValue(System::DateTime) method

Converte DateTime in XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParametroTipoDescrizione
valueSystem::DateTimeValore da convertire.

ReturnValue

XmlValue.

Vedi anche

XmpValue::to_XmpValue(System::String) method

Converte stringa in XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParametroTipoDescrizione
valueSystem::StringValore da convertire.

ReturnValue

XmlValue.

Vedi anche