XmpInteger constructor
init
Initializes a new instance of the XmpInteger class.
def __init__(self, value):
    ...
| Parameter | Type | Description | 
|---|
| value | int | The value. | 
init
Initializes a new instance of the XmpInteger class.
def __init__(self, value):
    ...
| Parameter | Type | Description | 
|---|
| value | int | The value. | 
init
Initializes a new instance of the XmpInteger class.
def __init__(self, value):
    ...
| Parameter | Type | Description | 
|---|
| value | str | The value. | 
Exceptions
| Exception | Description | 
|---|
| ArgumentNullException | value is null. | 
| ArgumentException | Invalid string value;value | 
See Also