Class XmpReal
Represents XMP Real.
public sealed class XmpReal : XmpTypeBase, IXmpType
- Inheritance
-
XmpReal
- Implements
- Inherited Members
Constructors
XmpReal(float)
Initializes a new instance of the XmpReal class.
public XmpReal(float value)
Parameters
value
floatFloat value.
XmpReal(string)
Initializes a new instance of the XmpReal class.
public XmpReal(string value)
Parameters
value
stringThe value.
Exceptions
- ArgumentNullException
value is null.
- ArgumentException
Invalid value. Should be float.
Properties
Value
Gets or sets float the value.
public float Value { get; set; }
Property Value
- float
The float value.
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
- string
Returns the string contained value in XMP format.