public class BankaccountUtils extends Object
| Constructor and Description |
|---|
BankaccountUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isIbanNumber(String ibanNumber)
Checks if the ibannumber is valid.
|
static String |
replaceCharsWithNumbers(String locale)
Replaces Characters with numbers.
|
public static boolean isIbanNumber(String ibanNumber) throws Exception
ibanNumber - The iban number.Exception - is thrown if an error occurs when checking the given ibanNumberpublic static String replaceCharsWithNumbers(String locale) throws Exception
locale - The locale as String.Exception - is thrown if an error occurs when tryin to replace the char with numbersCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.