Class SwissQRCodetext

SwissQRCodetext class

Class for encoding and decoding the text embedded in the SwissQR code.

public sealed class SwissQRCodetext : IComplexCodetext

Constructors

NameDescription
SwissQRCodetext()Creates an instance of SwissQRCodetext.
SwissQRCodetext(SwissQRBill)Creates an instance of SwissQRCodetext.

Properties

NameDescription
Bill { get; }SwissQR bill data

Methods

NameDescription
GetBarcodeType()Gets barcode type.
GetConstructedCodetext()Construct codetext from SwissQR bill data
InitFromString(string)Initializes Bill with constructed codetext.

See Also