Aspose::BarCode::ComplexBarcode::Payments class

Payments class

Field validations related to Swiss Payment standards.

class Payments

Methods

MethodDescription
static CleanValue(System::String, Payments::CleaningResult&)Cleans a string value to make it viable for the Swiss Payment Standards 2018.
static CreateIso11649Reference(System::String)Creates a ISO11649 creditor reference from a raw string by prefixing the string with “RF” and the modulo 97 checksum
static FormatIban(System::String)Formats an IBAN or creditor reference by inserting spaces
static FormatQrReferenceNumber(System::String)Formats a QR reference number by inserting spaces.
static IsAlphaNumeric(System::String)
static IsValidIban(System::String)Validates if the string is a valid IBAN number
static IsValidIso11649Reference(System::String)Validates if the string is a valid ISO 11649 reference number
static IsValidQrReference(System::String)Validates if the string is a valid QR reference.
Payments()

See Also