Table of Contents

Struct DriverLicenceNumberValue

Namespace
Veritas.Government.CA.ON
Assembly
Veritas.dll

Represents a validated Ontario driver licence number.

public readonly struct DriverLicenceNumberValue
Inherited Members

Constructors

DriverLicenceNumberValue(string)

Initializes a new instance of the DriverLicenceNumberValue struct.

public DriverLicenceNumberValue(string value)

Parameters

value string

Normalized licence number.

Properties

Value

Gets the normalized licence number.

public string Value { get; }

Property Value

string