method

Payments::FormatIban method

Formats an IBAN or creditor reference by inserting spaces

static System::String Aspose::BarCode::ComplexBarcode::Payments::FormatIban(System::String iban)
ParameterTypeDescription
ibanSystem::StringThe 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