MagneticStripeReaderBankCardDataReceivedEventArgs.ExpirationDate Property

Definition

Gets the expiration date from the swiped card.

public:
 property Platform::String ^ ExpirationDate { Platform::String ^ get(); };
winrt::hstring ExpirationDate();
public string ExpirationDate { get; }
var string = magneticStripeReaderBankCardDataReceivedEventArgs.expirationDate;
Public ReadOnly Property ExpirationDate As String

Property Value

String

Platform::String

winrt::hstring

The expiration date from the swiped card.

Applies to