Micr.BankNumber Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the bank number part of the transit field parsed from the most recently read MICR data.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property BankNumber As String
public abstract string BankNumber { get; }
public:
virtual property String^ BankNumber {
    String^ get () abstract;
}
/** @property */
public abstract 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 set by the service object before it sends a data event 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.

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
RawData
DataEvent
TransitNumber