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 text,
ParsePosition pos)
Parses text from a string to produce an
IBAN instance. |
static boolean |
IBAN.peekIban(String text)
Parses text from a string to peek at a national
IBAN format. |
Copyright © 2013–2014 jDTAUS. All rights reserved.