#include <iban.h>
Public Member Functions | |
| Iban () | |
| Iban (const Iban &iban) | |
| Iban (const std::string &iban, bool normalize=true) | |
| ~Iban () | |
| const std::string & | transmissionForm () const |
| const std::string & | printableForm () |
Stores an IBAN (International Bank Account Number) and produces the electronic format (transmission format) and the printable format (paper format) according to the ECBS document TR 201.
|
|
Constructor for an empty Iban. |
|
|
Copy constructor. |
|
||||||||||||
|
Constructor from a string.
|
|
|
Default destructor. |
|
|
Returns the printable format for the IBAN |
|
|
Returns the transmission format for the IBAN |
1.4.1