←Select platform

ParseAAMVAData Method

Summary

Parses AAMVA data encoded in PDF417 barcodes

Syntax
C#
VB
C++
public static AAMVAID ParseAAMVAData( 
   byte[] data, 
   bool strictMode 
) 
Public Shared Function ParseAAMVAData( 
   ByVal data() As Byte, 
   ByVal strictMode As Boolean 
) As AAMVAID 
public:  
   static AAMVAID^ ParseAAMVAData( 
      array<Byte>^ data, 
      bool strictMode 
   ) 

Parameters

data

The barcode data.

strictMode

Strict Mode enforces length and character type restrictions on data element values as outlined in the AAMVA CDS.

It is almost always recommended to pass false here, as many card issuing authorities break AAMVA CDS guidelines. true should only be passed here if you are looking to verify total standard compliance of all fields in the input data.

Return Value

An AAMVAID if one is encoded in the provided barcode data. null otherwise.

Remarks

The input data is ASCII encoded.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly