Struct ZpnValue
Represents a validated German metering point number (ZPN) identifier.
public readonly struct ZpnValue
- Inherited Members
Constructors
ZpnValue(string)
Initializes a new instance of the ZpnValue struct.
public ZpnValue(string value)
Parameters
valuestringThe identifier string.
Properties
Value
Gets the normalized ZPN identifier string.
public string Value { get; }