SwissQRBill.CreateAndSetCreditorReference

SwissQRBill.CreateAndSetCreditorReference method

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

Whitespace is removed from the reference

public void CreateAndSetCreditorReference(string rawReference)
ParameterTypeDescription
rawReferenceStringThe raw reference.

Exceptions

exceptioncondition
ArgumentExceptionrawReference contains invalid characters.

See Also