Table of Contents

Struct PatenteDiGuidaValue

Namespace
Veritas.Government.IT
Assembly
Veritas.dll

Represents a validated Italian driving licence number.

public readonly struct PatenteDiGuidaValue
Inherited Members

Constructors

PatenteDiGuidaValue(string)

Initializes a new instance of the PatenteDiGuidaValue struct.

public PatenteDiGuidaValue(string value)

Parameters

value string

Normalized licence number.

Properties

Value

Gets the normalized licence number.

public string Value { get; }

Property Value

string