Click or drag to resize

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
)

Parameters

trackData
Type: SystemString
track data to parse

Return Value

Type: IdentificationCardTrackThree
IdentificationCardTrackThree data if possible, null otherwise.
See Also