Click or drag to resize

FinancialCardParse Method

This method takes the raw card data from the swipe and attempts to extract financial card data.

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

Parameters

cardData
Type: SystemString
raw magnetic strip data

Return Value

Type: FinancialCard
FinancialCard object containing parsed data if possible, otherwise null.
See Also