XmpGuid
XmpGuid class
Represents XMP global unique identifier.
public sealed class XmpGuid : XmpValueBase
Constructors
| Name |
Description |
| XmpGuid(Guid) |
Initializes a new instance of the XmpGuid class. |
| XmpGuid(string) |
Initializes a new instance of the XmpGuid class. |
Properties
Methods
| Name |
Description |
| AcceptValue(ValueAcceptor) |
Extracts the property value using a custom ValueAcceptor. |
| override GetXmpRepresentation() |
Returns string contained value in XMP format. |
| ToArray<TElement>() |
Converts the property value to an array of the specified type. |
| ToClass<T>() |
Converts the property value to a reference type. |
| override ToString() |
Returns a string that represents the property value. |
| ToStruct<T>() |
Converts the property value to a value type. |
| ToStruct<T>(T) |
Converts the property value to a value type. |
See Also