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
)
Public Function ParseCardSwipe (
swipe As String
) As CardSwipe
public:
CardSwipe^ ParseCardSwipe(
String^ swipe
)
member ParseCardSwipe :
swipe : string -> CardSwipe
Parameters
- swipe
- Type: SystemString
ScripTouch magnetic strip data.
Return Value
Type:
CardSwipeParsed card swipe
Exceptions See Also