Click or drag to resize

IdentificationCard Class

This class represents an identification card such as a United States drivers license. http://www.aamva.org/?aspxerrorpath=/NR/rdonlyres/66260AD6-64B9-45E9-A253-B8AA32241BE0/0/2005DLIDCardSpecV2FINAL.pdf
Inheritance Hierarchy
SystemObject
  EasyScriptAPIIdentificationCard

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

The IdentificationCard type exposes the following members.

Constructors
  NameDescription
Public methodIdentificationCard
Initializes a new instance of the IdentificationCard class
Top
Methods
  NameDescription
Public methodGetTrackOne
Gets the track one data for this card.
Public methodGetTrackThree
Gets the track three data for this card.
Public methodGetTrackTwo
Gets the track two data for this card.
Public methodStatic memberParse
This method attempts to parse identification card information out of a raw magnetic strip string.
Public methodToString
Returns a human readable string representing this object.
(Overrides ObjectToString.)
Top
See Also