Click or drag to resize

IdentificationCardParse Method

This method attempts to parse identification card information out of 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 IdentificationCard Parse(
	string cardData
)

Parameters

cardData
Type: SystemString
card data to parse

Return Value

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