Table of Contents

Struct DriverLicenseNumberValue

Namespace
Veritas.Government.US.NY
Assembly
Veritas.dll

Represents a validated New York driver license number.

public readonly struct DriverLicenseNumberValue
Inherited Members

Constructors

DriverLicenseNumberValue(string)

Initializes a new instance of the DriverLicenseNumberValue struct.

public DriverLicenseNumberValue(string value)

Parameters

value string

Normalized driver license number.

Properties

Value

Gets the normalized driver license number.

public string Value { get; }

Property Value

string