• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class SepaAustrianIBAN

    Inheritance
    System.Object
    SepaAustrianIBAN
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.Sepa
    Assembly: Subsembly.Sepa.dll
    Syntax
    public static class SepaAustrianIBAN

    Methods

    GetAcctNo(String)

    Extract the domestic Austrian account number part from an IBAN.

    Declaration
    public static string GetAcctNo(string sIBAN)
    Parameters
    Type Name Description
    System.String sIBAN
    Returns
    Type Description
    System.String

    The Austrian account number for a valid Austrian IBAN or null otherwise.

    GetBankCode(String)

    Extract the Austrian bank clearing code from an IBAN.

    Declaration
    public static string GetBankCode(string sIBAN)
    Parameters
    Type Name Description
    System.String sIBAN
    Returns
    Type Description
    System.String

    The Austrian bank clearing code for a valid Austrian IBAN or null otherwise.

    IsValid(String)

    Checks whether the given IBAN looks like a valid Austrian IBAN number.

    Declaration
    public static bool IsValid(string sIBAN)
    Parameters
    Type Name Description
    System.String sIBAN

    The IBAN to check. If this is null, then the result will be false.

    Returns
    Type Description
    System.Boolean
    Remarks

    This does not check whether the bank account really exists. It solely checks whether the IBAN specification is a syntactically correct Austrian IBAN specification.

    See Also
    IsValid(String)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH