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 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. |