MagneticStripeReaderAamvaCardDataReceivedEventArgs.BirthDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the birth date from the swiped AAMVA card.
public:
property Platform::String ^ BirthDate { Platform::String ^ get(); };
winrt::hstring BirthDate();
public string BirthDate { get; }
var string = magneticStripeReaderAamvaCardDataReceivedEventArgs.birthDate;
Public ReadOnly Property BirthDate As String
Property Value
The birth date from the swiped AAMVA card.