Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Formats the bank account number according to the specification.
Syntax
protected str formatBankAccount(str _bankAccount)
Run On
Server
Parameters
- _bankAccount
Type: str
The number to format.
Return Value
Type: str
The formatted bank account number.
Remarks
According to the specification, a bank account number is alphanumeric. Hyphens (-) are also allowed.