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