BenSelect Documentation
IsValidCardType Method
See Also  Send Feedback
Selerix.Foundation.Validators Namespace > CreditCardValidator Class : IsValidCardType Method
cardNumber
The card number.
cardType
Type of the card.
Will ensure that the card is a valid length for the card type. If the card type isn't recognised it will return false by default.

Syntax

JScript 
public static function IsValidCardType( 
   cardNumber : String,
   cardType : CreditType
) : boolean;

Parameters

cardNumber
The card number.
cardType
Type of the card.

Return Value

true if [is valid card type] [the specified card number]; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.