Table of Contents

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

value string

Normalized licence number.

Properties

Value

Gets the normalized licence number.

public string Value { get; }

Property Value

string