Click or drag to resize

IdentificationCardTrackTwoParse Method

This method attempts to parse track two data from a raw magnetic strip string.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public static IdentificationCardTrackTwo Parse(
	string trackData
)

Parameters

trackData
Type: SystemString
Track data to parse

Return Value

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