Table of Contents

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

value string

Normalized licence number.

Properties

Value

Gets the normalized licence number.

public string Value { get; }

Property Value

string