MagneticStripeReaderAamvaCardDataReceivedEventArgs.PostalCode Property

Definition

Gets the postal code from the swiped AAMVA card.

public:
 property Platform::String ^ PostalCode { Platform::String ^ get(); };
winrt::hstring PostalCode();
public string PostalCode { get; }
var string = magneticStripeReaderAamvaCardDataReceivedEventArgs.postalCode;
Public ReadOnly Property PostalCode As String

Property Value

String

Platform::String

winrt::hstring

The postal code from the swiped AAMVA card.

Applies to