- buildIBANFromParts
Nullable!string buildIBANFromParts(string isoTwoDigitCountryCode, string bankCode, string branchCode, string accountCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- ibanFromDetails
IBAN ibanFromDetails(string isoTwoDigitCountryCode, string bankCode, string branchCode, string accountCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- ibanFromString
Nullable!IBAN ibanFromString(string s)
Undocumented in source. Be warned that the author may not have intended to support it.