Class XmpBoolean
XmpBoolean class
Represents XMP Boolean basic type.
public sealed class XmpBoolean : XmpTypeBase
Constructors
Name | Description |
---|
XmpBoolean() | Initializes a new instance of the XmpBoolean class with default value. |
XmpBoolean(bool) | Initializes a new instance of the XmpBoolean class based on boolean value. |
XmpBoolean(string) | Initializes a new instance of the XmpBoolean class. |
Properties
Name | Description |
---|
Value { get; set; } | Gets or sets a value indicating whether this XmpBoolean is value. |
Methods
Name | Description |
---|
virtual Clone() | Clones this instance. |
override GetXmpRepresentation() | Returns string contained value in XMP format. |
override ToString() | Gets this XMP data as string. |
See Also