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
  ProScriptIdentificationCardTrackOne

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAddress
Gets the card holders address
Public methodGetCity
Gets the card holders city
Public methodGetFirstName
Gets the card holders first name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLastName
Gets the card holders last name
Public methodGetMiddleName
Gets the card holders middle name
Public methodGetState
Gets the card holders state
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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