C# Class NoCommons.Banking.IbanValidator

Afficher le fichier Open project: johnkors/NoCommonsNET

Méthodes publiques

Méthode Description
IsValid ( string ibanValue ) : bool

Private Methods

Méthode Description
CheckSumString ( string ibanLeftShiftedBy4 ) : string
HasCorrectChecksum ( int checksum, string checkSumString ) : bool
Validate ( string ibanValue ) : bool

Method Details

IsValid() public static méthode

public static IsValid ( string ibanValue ) : bool
ibanValue string
Résultat bool