method
Payments::IsValidIban method
Validates if the string is a valid IBAN number
static bool Aspose::BarCode::ComplexBarcode::Payments::IsValidIban(System::String iban)
| Parameter | Type | Description |
|---|---|---|
| iban | System::String | The 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
- Class Payments
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++