Enum Bill.QrDataSeparator
Allowed line separators for separating the data fields in the text represented by the QR code (according to the Swiss Implementation Guidelines for the QR-bill, ยง 4.1.4 Separator element)
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
public enum Bill.QrDataSeparator
Fields
Name | Description |
---|---|
CrLf | Separate lines with the carriage return (โ) character and line feed (โ) characters, i.e. unicode U+000D and U+000A. |
Lf | Separate lines with the line feed (โ) character, i.e. unicode U+000A. |