Class IbanType
Represents the types of IBANs that can be encoded in a SwissQRCode.
Inheritance
Namespace: Telerik.Barcode
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class IbanType : Enum
Fields
IBAN
Standardized representation of a bank account number in accordance with the ISO 13616 standard.
Declaration
public const IbanType IBAN
Field Value
IbanType
|
QRIBAN
A QR-IBAN corresponds to the rules stipulated in ISO 13616 standard for IBAN and contains a special financial institution identification (QR-IID).
Declaration
public const IbanType QRIBAN
Field Value
IbanType
|
value__
Declaration
public int value__
Field Value
System.Int32
|