Table of Contents

Struct IcaoMrzValue

Namespace
Veritas.Identity
Assembly
Veritas.dll

Machine Readable Zone (MRZ) lines compliant with ICAO 9303 TD3 passports.

public readonly struct IcaoMrzValue
Inherited Members

Constructors

IcaoMrzValue(string)

public IcaoMrzValue(string value)

Parameters

value string

Properties

Value

The MRZ string containing two lines separated by a newline.

public string Value { get; }

Property Value

string