Can this convert from national to IBAN format?
Closed this issue · 2 comments
breakline87 commented
Didn't see it in the usage part. Does it only handle numbers already in IBAN format?
barend commented
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.
breakline87 commented
Thank you