Click or drag to resize

IdentificationCardParse Method

This method attempts to parse identification card information out of a raw magnetic strip string.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public static IdentificationCard Parse(
	string cardData
)

Parameters

cardData
Type: SystemString
card data to parse

Return Value

Type: IdentificationCard
IdentificationCard data if parsed, null otherwise.
See Also