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 |
String value contained integer. |
Exceptions
Exception |
Description |
ArgumentNullException |
Value could not be null. |
ArgumentException |
Invalid string value. |
See Also