method

Payments::CreateIso11649Reference method

Creates a ISO11649 creditor reference from a raw string by prefixing the string with “RF” and the modulo 97 checksum

static System::String Aspose::BarCode::ComplexBarcode::Payments::CreateIso11649Reference(System::String rawReference)
ParameterTypeDescription
rawReferenceSystem::StringThe raw reference.

ReturnValue

The created creditor reference.

Remarks

Whitespace is removed from the reference.

See Also