XmpGuid
XmpGuid(string)
Initializes a new instance of the XmpGuid
class.
public XmpGuid(string value)
Parameter | Type | Description |
---|---|---|
value | String | The value. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Value could not be null. |
ArgumentException | Invalid GUID value. |
See Also
- class XmpGuid
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
XmpGuid(Guid)
Initializes a new instance of the XmpGuid
class.
public XmpGuid(Guid value)
Parameter | Type | Description |
---|---|---|
value | Guid | The unique identifier. |
See Also
- class XmpGuid
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata