Class XmpGuid
XmpGuid class
Represents XMP global unique identifier.
public sealed class XmpGuid : XmpTypeBase
Constructors
| Name | Description |
|---|
| XmpGuid(Guid) | Initializes a new instance of the XmpGuid class. |
| XmpGuid(string) | Initializes a new instance of the XmpGuid class. |
Properties
| Name | Description |
|---|
| Prefix { get; set; } | Gets or sets the prefix like uuid. |
| 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