method

Payments::FormatQrReferenceNumber method

Formats a QR reference number by inserting spaces.

static System::String Aspose::BarCode::ComplexBarcode::Payments::FormatQrReferenceNumber(System::String refNo)
ParameterTypeDescription
refNoSystem::StringThe reference number without white space.

ReturnValue

the formatted reference number.

Remarks

Spaces are inserted to create groups of 5 digits. If a group of less than 5 digits is needed, it appears at the start of the formatted reference number.

See Also