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