Table of Contents

Struct DrivingLicenceNumberValue

Namespace
Veritas.Government.CN
Assembly
Veritas.dll

Represents a validated Chinese driving licence number.

public readonly struct DrivingLicenceNumberValue
Inherited Members

Constructors

DrivingLicenceNumberValue(string)

Initializes a new instance of the DrivingLicenceNumberValue struct.

public DrivingLicenceNumberValue(string value)

Parameters

value string

Normalized licence number.

Properties

Value

Gets the normalized licence number.

public string Value { get; }

Property Value

string