Click or drag to resize

IdentificationCardTrackOneParse Method

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

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.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