method

Payments::IsValidQrReference method

Validates if the string is a valid QR reference.

static bool Aspose::BarCode::ComplexBarcode::Payments::IsValidQrReference(System::String reference)
ParameterTypeDescription
referenceSystem::StringThe QR reference number to validate.

ReturnValue

true if the reference number is valid, false otherwise.

Remarks

A valid QR reference is a valid ISR reference.

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

See Also