Class XmpLocale

XmpLocale class

Represents language code.

public sealed class XmpLocale : XmpText

Constructors

NameDescription
XmpLocale(string)Initializes a new instance of the XmpLocale class.

Properties

NameDescription
Value { get; set; }Gets or sets the text value.

Methods

NameDescription
virtual Clone()Clones this instance.
override GetXmpRepresentation()Gets the string contained value in XMP format.
override ToString()Gets this XMP data as string.

Remarks

See IETF RFC 3066.

See Also