method
Payments::IsValidIso11649Reference method
Validates if the string is a valid ISO 11649 reference number
static bool Aspose::BarCode::ComplexBarcode::Payments::IsValidIso11649Reference(System::String reference)
| Parameter | Type | Description |
|---|---|---|
| reference | System::String | The ISO 11649 creditor reference to validate. |
ReturnValue
true if the creditor reference is valid, false otherwise.
Remarks
The string is checked for valid characters, valid length and a valid check digit. White space is ignored.
See Also
- Class Payments
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++