XmpGuid Constructor (String) |
Initializes a new instance of the
XmpGuid class.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic XmpGuid(
string value
)
Public Sub New (
value As String
)
public:
XmpGuid(
String^ value
)
new :
value : string -> XmpGuid
Parameters
- value
- Type: SystemString
The value.
ExceptionsException | Condition |
---|
ArgumentNullException | Value could not be null. |
ArgumentException | Invalid GUID value. |
See Also