Struct PermisDeConduireValue
- Namespace
- Veritas.Government.FR
- Assembly
- Veritas.dll
Represents a validated French driving licence number.
public readonly struct PermisDeConduireValue
- Inherited Members
Constructors
PermisDeConduireValue(string)
Initializes a new instance of the PermisDeConduireValue struct.
public PermisDeConduireValue(string value)
Parameters
valuestringNormalized licence number.
Properties
Value
Gets the normalized licence number.
public string Value { get; }