Modifier and Type | Method and Description |
---|---|
static IBAN |
IBAN.parse(String text)
Parses text from the beginning of the given string to produce an
IBAN instance. |
static IBAN |
IBAN.parse(String countryCode,
String bban)
Parses text from a BBAN string to produce an
IBAN instance. |
Copyright © 2013–2017 jDTAUS. All rights reserved.