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