MagneticStripeReaderBankCardDataReceivedEventArgs.MiddleInitial 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 middle initial from the swiped bank card.
public:
property Platform::String ^ MiddleInitial { Platform::String ^ get(); };
winrt::hstring MiddleInitial();
public string MiddleInitial { get; }
var string = magneticStripeReaderBankCardDataReceivedEventArgs.middleInitial;
Public ReadOnly Property MiddleInitial As String
Property Value
The middle initial from the swiped bank card.