This validator validate that the is a valid credit card number in: Amex DinersClub Discover Discover enRoute JCB MasterCard VISA It is possible to specify more than a single card type. You can also specify exceptions for test cards.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
public class CreditCardValidator : AbstractValidator

Inheritance Hierarchy

System..::Object
  Castle.Components.Validator..::AbstractValidator
    Castle.Components.Validator..::CreditCardValidator

See Also