Class XmpInteger
XmpInteger class
Represents XMP Integer basic type.
public sealed class XmpInteger : XmpTypeBase
Constructors
| Name | Description |
|---|
| XmpInteger(int) | Initializes a new instance of the XmpInteger class. |
| XmpInteger(long) | Initializes a new instance of the XmpInteger class. |
| XmpInteger(string) | Initializes a new instance of the XmpInteger class. |
Properties
| Name | Description |
|---|
| Value { get; set; } | Gets or sets the value. |
Methods
| Name | Description |
|---|
| virtual Clone() | Clones this instance. |
| override GetXmpRepresentation() | Gets the string contained value in XMP format. |
| override ToString() | Gets this XMP data as string. |
See Also