Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX