Search Results for

    Show / Hide Table of Contents

    Class Iban

    Inheritance
    System.Object
    Iban
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public class Iban

    Constructors

    Iban(String)

    Declaration
    public Iban(string iban)
    Parameters
    Type Name Description
    System.String iban

    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

    Declaration
    public string _Iban { get; set; }
    Property Value
    Type Description
    System.String

    IsQrIban

    Declaration
    public bool IsQrIban { get; }
    Property Value
    Type Description
    System.Boolean

    TypeIban

    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()
    Back to top © 1998-2025 Copyright Fast Reports Inc.