Class Iban
Represents IBAN data for Swiss QR code.
Inheritance
System.Object
Iban
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class Iban
Constructors
Iban(String)
Creates IBAN object with provided data.
Declaration
public Iban(string iban)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | iban | The data. |
Iban(String, Iban.IbanType)
IBAN object with type information
Declaration
public Iban(string iban, Iban.IbanType ibanType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | iban | IBAN |
| Iban.IbanType | ibanType | Type of IBAN (normal or QR-IBAN) |
Properties
_Iban
Gets or sets IBAN.
Declaration
public string _Iban { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsQrIban
Determines if this is QRIBAN.
Declaration
public bool IsQrIban { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
TypeIban
Gets or sets IBAN type.
Declaration
public Iban.IbanType TypeIban { get; set; }
Property Value
| Type | Description |
|---|---|
| Iban.IbanType |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()