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