barend/java-iban

Can this convert from national to IBAN format?

Closed this issue · 2 comments

Didn't see it in the usage part. Does it only handle numbers already in IBAN format?

This library doesn't do that conversion. It can calculate the check digits using the so named function in the Modulo97 class, but I have kept the country specific bits outside my scope. You might try the iban4j project, their scope is larger than mine and they may support this.

Thank you