FinancialCardIsNumberValid Method |
Gets whether or not the card passes Luhn's algorithm
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public bool IsNumberValid()
Public Function IsNumberValid As Boolean
public:
bool IsNumberValid()
member IsNumberValid : unit -> bool
Return Value
Type:
Booleanwhether the card is valid based on Luhn's algorithm.
See Also