Click or drag to resize

IdentificationCardTrackOne Class

This class represents track one of the magnetic strip of an identification card, such as a United States drivers license.
Inheritance Hierarchy
SystemObject
  EasyScriptAPIIdentificationCardTrackOne

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class IdentificationCardTrackOne

The IdentificationCardTrackOne type exposes the following members.

Constructors
  NameDescription
Public methodIdentificationCardTrackOne
Initializes a new instance of the IdentificationCardTrackOne class
Top
Methods
  NameDescription
Public methodGetAddress
Gets the card holders address
Public methodGetCity
Gets the card holders city
Public methodGetDiscretionaryData
Gets the vendor specific discretionary data
Public methodGetFirstName
Gets the card holders first name
Public methodGetLastName
Gets the card holders last name
Public methodGetMiddleName
Gets the card holders middle name
Public methodGetState
Gets the card holders state
Public methodStatic memberParse
This method attempts to parse the first track of data out of a magnetic strip string.
Public methodToString
Returns this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also