Class CreditCardValidator
Credit Card Validator provides basic offline server side validation for credit cards.
Inheritance
System.Object
CreditCardValidator
Namespace: Mediachase.Commerce.Shared
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class CreditCardValidator : BaseValidator
Constructors
CreditCardValidator()
Declaration
public CreditCardValidator()
Methods
EvaluateIsValid()
When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
Declaration
protected override bool EvaluateIsValid()
Returns
Type | Description |
---|---|
System.Boolean | true if the value in the input control is valid; otherwise, false. |