Struct IcaoMrzValue
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
valuestring
Properties
Value
The MRZ string containing two lines separated by a newline.
public string Value { get; }