IdentificationCardTrackThreeParse Method |
This method attempts to parse track three data out of the raw strip data
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public static IdentificationCardTrackThree Parse(
string trackData
)
Public Shared Function Parse (
trackData As String
) As IdentificationCardTrackThree
public:
static IdentificationCardTrackThree^ Parse(
String^ trackData
)
static member Parse :
trackData : string -> IdentificationCardTrackThree
Parameters
- trackData
- Type: SystemString
track data to parse
Return Value
Type:
IdentificationCardTrackThreeIdentificationCardTrackThree data if possible, null otherwise.
See Also