Click or drag to resize

EasyScriptParseCardSwipe Method

This method attempts to parse a magnetic card swipe from a ScripTouch device with a magnetic strip reader.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public CardSwipe ParseCardSwipe(
	string swipe
)

Parameters

swipe
Type: SystemString
ScripTouch magnetic strip data.

Return Value

Type: CardSwipe
Parsed card swipe
Exceptions
ExceptionCondition
CardSwipeInvalidExceptionThrown in the event the card couldn't be properly parsed
See Also