method
Payments::FormatIban method
Formats an IBAN or creditor reference by inserting spaces
static System::String Aspose::BarCode::ComplexBarcode::Payments::FormatIban(System::String iban)
| Parameter | Type | Description |
|---|---|---|
| iban | System::String | The IBAN or creditor reference without spaces. |
ReturnValue
The formatted IBAN or creditor reference.
Remarks
Spaces are inserted to form groups of 4 letters/digits. If a group of less than 4 letters/digits is needed, it appears at the end.
See Also
- Class Payments
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++