- extractCountryPrefix
Nullable!string extractCountryPrefix(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidIBAN
bool isValidIBAN(string toTest)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidIBAN
bool isValidIBAN(string toTest, IBANData spec)
Undocumented in source. Be warned that the author may not have intended to support it.
- match
MatchResult match(string iban, Parse p)
Undocumented in source. Be warned that the author may not have intended to support it.
- matchAlpha
bool matchAlpha(string iban, Parse p)
Undocumented in source. Be warned that the author may not have intended to support it.
- matchAlphaNum
bool matchAlphaNum(string iban, Parse p)
Undocumented in source. Be warned that the author may not have intended to support it.
- matchDirect
bool matchDirect(string iban, Parse p)
Undocumented in source. Be warned that the author may not have intended to support it.
- matchNumber
bool matchNumber(string iban, Parse p)
Undocumented in source. Be warned that the author may not have intended to support it.
- matchSpaces
bool matchSpaces(string iban, Parse p)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeWhite
string removeWhite(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateCharacters
bool validateCharacters(string toTest)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateChecksum
bool validateChecksum(string iban)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateFormat
bool validateFormat(string iban)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateFormat
bool validateFormat(IBANData spec, string iban)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateLength
bool validateLength(string iban)
Undocumented in source. Be warned that the author may not have intended to support it.
- validateLength
bool validateLength(IBANData spec, string iban)
Undocumented in source. Be warned that the author may not have intended to support it.