Struct XmpValue

XmpValue structure

XML node value representing an XMP value entry.

public struct XmpValue : IEquatable<XmpValue>

Properties

NameDescription
Type { get; }Gets the XMP value type.
Value { get; }Gets the XMP value string or null, if value does not exist.

Methods

NameDescription
override Equals(object)Compares this Value to other of Value.
Equals(XmpValue)Compares this Value to other Value.
override GetHashCode()Gets the Value hash code.
override ToString()Gets Value.
implicit operatorConverts the value to a string. (2 operators)

See Also