Aspose::Page::EPS::XMP::XmpValue::to_XmpValue method

XmpValue::to_XmpValue(double) method

Converts double into XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
ParameterTypeDescription
valuedoubleValue to convert.

ReturnValue

XmlValue.

See Also

XmpValue::to_XmpValue(int32_t) method

Converts integer into XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
ParameterTypeDescription
valueint32_tValue to convert.

ReturnValue

XmlValue.

See Also

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

Converts array to XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
ParameterTypeDescription
valueSystem::ArrayPtr<System::SharedPtr<System::Object>>Value to convert.

ReturnValue

XmlValue.

See Also

XmpValue::to_XmpValue(System::DateTime) method

Converts DateTime into XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
ParameterTypeDescription
valueSystem::DateTimeValue to convert.

ReturnValue

XmlValue.

See Also

XmpValue::to_XmpValue(System::String) method

Converts string to XmpValue.

static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
ParameterTypeDescription
valueSystem::StringValue to convert.

ReturnValue

XmlValue.

See Also