Hello,
I'm looking for some advice on how to use the IBAN validation.
So far I have coded this:
//INGB0001234567NL
//NL80RABO0001234567
//271011240001234567232100
String ibanNbr = "271011240310716969232100";
IBANCheckDigit IbanCheckDigit = new IBANCheckDigit();
boolean isIbanCheckOK = IbanCheckDigit.isValid(ibanNbr);
But all call have come back false. Even when I enter a valid IBAN
number.
I confused what it needs to propery validate an IBAN number. I presume
this should work : INGB0001234567NL
As this is the business format of a IBAN number.
Any help is much appreciated.
Kind regards,
Pim
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]