• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class SepaGermanBankInfos

    Helper for loading German bank informations from an official "Bundesbank Bankleitzahlendatei".

    Inheritance
    System.Object
    SepaGermanBankInfos
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.Sepa
    Assembly: Subsembly.Sepa.dll
    Syntax
    public static class SepaGermanBankInfos

    Fields

    ATTRNAME_RULEID

    If an IBAN rule ID was loaded from the Bundesbank table, then this field contains it. If no IBAN rule ID is available, then this field is null.

    Declaration
    public const string ATTRNAME_RULEID = "RuleID"
    Field Value
    Type Description
    System.String

    Methods

    LoadBundesbankTable(Stream)

    Declaration
    public static SepaBankInfos LoadBundesbankTable(Stream aStream)
    Parameters
    Type Name Description
    System.IO.Stream aStream

    Stream of the official ASCII text format Bundesbank bank code table.

    Returns
    Type Description
    SepaBankInfos

    LoadBundesbankTable(TextReader)

    Declaration
    public static SepaBankInfos LoadBundesbankTable(TextReader aReader)
    Parameters
    Type Name Description
    System.IO.TextReader aReader

    Text reader that supplies the data of the official text format Bundesbank bank code table.

    Returns
    Type Description
    SepaBankInfos

    LoadBundesbankTableFile(String)

    Declaration
    public static SepaBankInfos LoadBundesbankTableFile(string sFileName)
    Parameters
    Type Name Description
    System.String sFileName

    File name of the official ASCII text format Bundesbank bank code table.

    Returns
    Type Description
    SepaBankInfos
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH