XmpGuid

XmpGuid constructor (1 of 2)

Initializes a new instance of the XmpGuid class.

public XmpGuid(string value)
ParameterTypeDescription
valueStringThe value.

Exceptions

exceptioncondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionInvalid guid value;value

See Also


XmpGuid constructor (2 of 2)

Initializes a new instance of the XmpGuid class.

public XmpGuid(Guid guid)
ParameterTypeDescription
guidGuidThe unique identifier.

See Also