Click or drag to resize

CardParserParseFinancialCard Method

This method takes the strings from each track and constructs a FinancialCard object with the data from each track

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public static FinancialCard ParseFinancialCard(
	bool trackOneValid,
	string trackOne,
	bool trackTwoValid,
	string trackTwo
)

Parameters

trackOneValid
Type: SystemBoolean
whether track 1 is valid
trackOne
Type: SystemString
the track one string data
trackTwoValid
Type: SystemBoolean
whether track 2 is valid
trackTwo
Type: SystemString
the track 2 string data

Return Value

Type: FinancialCard
a FinancialCard object containing the track data
See Also