Class SepaGermanBankInfos

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

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

public static class SepaGermanBankInfos
Inheritance
SepaGermanBankInfos
Inherited Members

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.

public const string ATTRNAME_RULEID = "RuleID"

Field Value

string

Methods

LoadBundesbankTable(Stream)

public static SepaBankInfos LoadBundesbankTable(Stream aStream)

Parameters

aStream Stream

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

Returns

SepaBankInfos

LoadBundesbankTable(TextReader)

public static SepaBankInfos LoadBundesbankTable(TextReader aReader)

Parameters

aReader TextReader

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

Returns

SepaBankInfos

LoadBundesbankTableFile(string)

public static SepaBankInfos LoadBundesbankTableFile(string sFileName)

Parameters

sFileName string

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

Returns

SepaBankInfos