Click or drag to resize

IdentificationCardTrackOneParse Method

This method attempts to parse the first track of data out of a magnetic strip string.

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

Parameters

trackData
Type: SystemString
data to parse from

Return Value

Type: IdentificationCardTrackOne
IdentificationCardTrackOne if data can be parsed, null otherwise.
See Also