XmpInteger.XmpInteger
XmpInteger(long)
Initializes a new instance of the XmpInteger
class.
public XmpInteger(long value)
Parameter | Type | Description |
---|
value | Int64 | The value. |
See Also
XmpInteger(int)
Initializes a new instance of the XmpInteger
class.
public XmpInteger(int value)
Parameter | Type | Description |
---|
value | Int32 | The value. |
See Also
XmpInteger(string)
Initializes a new instance of the XmpInteger
class.
public XmpInteger(string value)
Parameter | Type | Description |
---|
value | String | The value. |
Exceptions
exception | condition |
---|
ArgumentNullException | value is null. |
ArgumentException | Invalid string value;value |
See Also