Struct MeloValue
Represents a validated German Meter Location (MeLo) identifier.
public readonly struct MeloValue
- Inherited Members
Constructors
MeloValue(string)
Initializes a new instance of the MeloValue struct.
public MeloValue(string value)
Parameters
valuestringThe identifier string.
Properties
Value
Gets the normalized MeLo identifier string.
public string Value { get; }