Table of Contents

Struct SouthAfricanLicenceNumberValue

Namespace
Veritas.Government.ZA
Assembly
Veritas.dll

Represents a validated South African driver licence number.

public readonly struct SouthAfricanLicenceNumberValue
Inherited Members

Constructors

SouthAfricanLicenceNumberValue(string)

Initializes a new instance of the SouthAfricanLicenceNumberValue struct.

public SouthAfricanLicenceNumberValue(string value)

Parameters

value string

Normalized licence number.

Properties

Value

Gets the normalized licence number.

public string Value { get; }

Property Value

string