←Select platform

DateOfBirth Property (AAMVAID)

Summary

Gets the cardholder's date of birth.

Syntax
C#
VB
Objective-C
C++
Java
public string DateOfBirth { get; } 
Public Property DateOfBirth As System.String 
@property (nonatomic, nullable, copy, readonly) NSString * dateOfBirth 
public String getDateOfBirth() 
public: 
property DateOfBirth { 
   System::String^ get(); 
} 

Property Value

The date of birth.

Remarks

The date format is yyyyMMdd for all regions.

Can be null if date of birth is not encoded in the barcode data used to create the AAMVAID.

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