XmpInteger.XmpInteger

XmpInteger(long)

Initializes a new instance of the XmpInteger class.

public XmpInteger(long value)
ParameterTypeDescription
valueInt64The value.

See Also


XmpInteger(int)

Initializes a new instance of the XmpInteger class.

public XmpInteger(int value)
ParameterTypeDescription
valueInt32The value.

See Also


XmpInteger(string)

Initializes a new instance of the XmpInteger class.

public XmpInteger(string value)
ParameterTypeDescription
valueStringThe value.

Exceptions

exceptioncondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionInvalid string value;value

See Also