MagneticCardSwipeParseAsIdentificationCard Method  | 
 
            Attempts to parse this card as an identification card.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic IdentificationCard ParseAsIdentificationCard()
Public Function ParseAsIdentificationCard As IdentificationCard
public:
IdentificationCard^ ParseAsIdentificationCard()
member ParseAsIdentificationCard : unit -> IdentificationCard 
Return Value
Type: 
IdentificationCardIdentification card object if the card type matches, null otherwise
See Also