Enum SepaGermanIBANResult
public enum SepaGermanIBANResult
Fields
BestGuess = 1The returned IBAN was produced as a best guess from the given bank code and account number and therefore could be wrong. This result can occur if a given account number is not fully specified (e.g. "123456" instead of "12345600" where both could be valid account numbers)
Invalid = 3The given BLZ and account number are invalid for IBAN production.
OK = 0The returned IBAN was produced from the given bank code and account number using the standard arithmetic production rule.
UnknownBankCode = 2A Bundesbank BLZ table was loaded and a given BLZ is not contained in this table.