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