Struct EicValue
Represents a validated Energy Identification Code (EIC).
public readonly struct EicValue
- Inherited Members
Constructors
EicValue(string)
Initializes a new instance of the EicValue struct.
public EicValue(string value)
Parameters
valuestringThe code string.
Properties
Value
Gets the normalized EIC code string.
public string Value { get; }