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)
Syntaxpublic static FinancialCard Parse(
	string cardData
)
Public Shared Function Parse ( 
	cardData As String
) As FinancialCard
public:
static FinancialCard^ Parse(
	String^ cardData
)
static member Parse : 
        cardData : string -> FinancialCard 
Parameters
- cardData
 - Type: SystemString
raw magnetic strip data 
Return Value
Type: 
FinancialCardobject containing parsed data if possible, null otherwise
See Also