
/cloudfront-us-east-1.images.arcpublishing.com/gray/73PUQBRH6VHYTEHHWDDMLXSIU4.jpg)

This determines if the user scanned a barcode on back of the license ElseIf strInputBox.Contains("ANSI") Thenĭim separatingStrings As String() = ĭim words As String() = text.Split(separatingStrings, ) StrCity = CardData(0).Substring(3, CardData(0).Length - 3)ĭim strname As String() = CardData(1).Split("$"c)ĭim strzipcode As String() = CardData(3).Split("+"c)ĭim CardData As String() = strInputBox.Split("="c) This determines if it is a magnetic strip If strInputBox.Contains("%") Thenĭim CardData As String() = strInputBox.Split("^"c) Private Sub ScannDLButton_Click(sender As Object, e As EventArgs) Handles ScanDLButton.Clickĭim strInputBox As String = InputBox("Please Swipe/Scan Customer's Driver's License", "Driver's License")

I was able to extract the code from the barcode but when reading the magnetic script from a OHIO drivers license I cannot seem to get the two letter code that prefixes the license number like the PDF417 does.
