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