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)
ParameterTypeDescription
referenceSystem::StringThe 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