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
  ProScriptIdentificationCardTrackTwo

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBirthDate
Gets the birth date of the card holder.
Public methodGetExpiration
Gets the expiration date of the document
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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