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


XmpGuid(Guid)

Initializes a new instance of the XmpGuid class.

public XmpGuid(Guid value)
Parameter Type Description
value Guid The unique identifier.

See Also