XmpInteger

XmpInteger constructor (1 of 3)

Initializes a new instance of the XmpInteger class.

public XmpInteger(long value)
ParameterTypeDescription
valueInt64The value.

See Also


XmpInteger constructor (2 of 3)

Initializes a new instance of the XmpInteger class.

public XmpInteger(int value)
ParameterTypeDescription
valueInt32The value.

See Also


XmpInteger constructor (3 of 3)

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