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)
| Parameter | Type | Description |
|---|---|---|
| rawReference | System::String | The raw reference. |
ReturnValue
The created creditor reference.
Remarks
Whitespace is removed from the reference.
See Also
- Class Payments
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++