Hi,

You may be confused as these numbers do not look like IBAN at all.

An IBAN is a normalized bank account number in use in European countries.

For more information you can look the Wikipedia page at
http://fr.m.wikipedia.org/wiki/ISO_13616

Regards,
-- 
Julien
 Le 1 févr. 2013 10:51, "Pim" <[email protected]> a écrit :

> 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: 
> user-unsubscribe@commons.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>

Reply via email to