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:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public static FinancialCard Parse(
	string cardData
)

Parameters

cardData
Type: SystemString
raw magnetic strip data

Return Value

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