XmpInteger constructor

__init__(self, value)

Initializes a new instance of the XmpInteger class.


def __init__(self, value):
    ...
Parameter Type Description
value int The value.

__init__(self, value)

Initializes a new instance of the XmpInteger class.


def __init__(self, value):
    ...
Parameter Type Description
value int The value.

__init__(self, value)

Initializes a new instance of the XmpInteger class.


def __init__(self, value):
    ...
Parameter Type Description
value System.String String value contained integer.

Exceptions

Exception Description
ArgumentNullException Value could not be null.
ArgumentException Invalid string value.

See Also