Click or drag to resize

IdentificationCardTrackThreeParse Method

This method attempts to parse track three data out of the raw strip data

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