Share via


Micr.BankNumber Property

String containing the bank number portion of the transit field parsed from the most recently read MICR data.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim micr1 As Micr

Dim returnValue As String
returnValue = micr1.BankNumber

Syntax

'Declaration
Public MustOverride ReadOnly Property BankNumber() As String
public abstract string BankNumber {get;}
public: property virtual String^ BankNumber{
    String^ get();
}
public abstract System.String get_BankNumber();
public abstract function get BankNumber() : String;

Remarks

The bank number is contained in digits 4 through 8 of the transit field.

If the bank number or transit field is not present or cannot be identified, the string is empty ("").

BankNumber is typically initialized to NULL. BankNumber is set before a DataEvent is sent to the application.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
RawData
DataEvent
TransitNumber