method

Payments::IsValidIban method

Validates if the string is a valid IBAN number

static bool Aspose::BarCode::ComplexBarcode::Payments::IsValidIban(System::String iban)
ParameterTypeDescription
ibanSystem::StringThe IBAN to validate.

ReturnValue

true if the IBAN is valid, false otherwise.

Remarks

The string is checked for valid characters, valid length and for a valid check digit. White space is ignored.

See Also