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