Class SepaGermanBankInfos
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
Methods
LoadBundesbankTable(Stream)
public static SepaBankInfos LoadBundesbankTable(Stream aStream)
Parameters
aStreamStreamStream of the official ASCII text format Bundesbank bank code table.
Returns
LoadBundesbankTable(TextReader)
public static SepaBankInfos LoadBundesbankTable(TextReader aReader)
Parameters
aReaderTextReaderText reader that supplies the data of the official text format Bundesbank bank code table.
Returns
LoadBundesbankTableFile(string)
public static SepaBankInfos LoadBundesbankTableFile(string sFileName)
Parameters
sFileNamestringFile name of the official ASCII text format Bundesbank bank code table.