FinancialCardIsNumberValid Method  | 
 
            Gets whether or not the card number present on this card is valid or not.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic bool IsNumberValid()
Public Function IsNumberValid As Boolean
public:
bool IsNumberValid()
member IsNumberValid : unit -> bool 
Return Value
Type: 
BooleanWhether or not the card number present on this card is valid or not.
See Also