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