Click or drag to resize

IdentificationCardTrackTwo Class

This class represents track two of a magnetic strip identification card such as a United States driver's license.
Inheritance Hierarchy
SystemObject
  EasyScriptAPIIdentificationCardTrackTwo

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

The IdentificationCardTrackTwo type exposes the following members.

Constructors
  NameDescription
Public methodIdentificationCardTrackTwo
Initializes a new instance of the IdentificationCardTrackTwo class
Top
Methods
  NameDescription
Public methodGetBirthDate
Gets the birth date of the card holder.
Public methodGetExpiration
Gets the expiration date of the document
Public methodGetIdNumber
Gets the document id number
Public methodGetIssuerNumber
Gets the issuer identification number. This can be used to determine which state issued the document.
Public methodStatic memberParse
This method attempts to parse track two data from a raw magnetic strip string.
Public methodToString
Returns this object as a human readable string
(Overrides ObjectToString.)
Top
See Also