Class XmpInteger
Represents XMP Integer basic type.
public sealed class XmpInteger : XmpTypeBase, IXmpType
- Inheritance
-
XmpInteger
- Implements
- Inherited Members
Constructors
XmpInteger(int)
Initializes a new instance of the XmpInteger class.
public XmpInteger(int value)
Parameters
value
intThe value.
XmpInteger(long)
Initializes a new instance of the XmpInteger class.
public XmpInteger(long value)
Parameters
value
longThe value.
XmpInteger(string)
Initializes a new instance of the XmpInteger class.
public XmpInteger(string value)
Parameters
value
stringThe value.
Exceptions
- ArgumentNullException
value is null.
- ArgumentException
Invalid string value;value
Properties
Value
Gets or sets the value.
public long Value { get; set; }
Property Value
- long
The value.
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
- string
Returns the string contained value in XMP format.