Inheritance
SepaGermanBankInfos
Assembly: Subsembly.Sepa.dll
public static class SepaGermanBankInfos
Fields
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
Methods
Declaration
public static SepaBankInfos LoadBundesbankTable(Stream aStream)
Parameters
Type |
Name |
Description |
Stream |
aStream |
Stream of the official ASCII text format Bundesbank bank code table.
|
Returns
Declaration
public static SepaBankInfos LoadBundesbankTable(TextReader aReader)
Parameters
Type |
Name |
Description |
TextReader |
aReader |
Text reader that supplies the data of the official text format Bundesbank
bank code table.
|
Returns
Declaration
public static SepaBankInfos LoadBundesbankTableFile(string sFileName)
Parameters
Type |
Name |
Description |
string |
sFileName |
File name of the official ASCII text format Bundesbank bank code table.
|
Returns