XmpInteger constructor

init

Initializes a new instance of the XmpInteger class.

def __init__(self, value):
    ...
ParameterTypeDescription
valueintThe value.

init

Initializes a new instance of the XmpInteger class.

def __init__(self, value):
    ...
ParameterTypeDescription
valueintThe value.

init

Initializes a new instance of the XmpInteger class.

def __init__(self, value):
    ...
ParameterTypeDescription
valuestrThe value.

Exceptions

ExceptionDescription
ArgumentNullExceptionvalue is null.
ArgumentExceptionInvalid string value;value

See Also