Share via


Micr.ExtendedErrorCheckDigit Field

The check digit verification has failed even though there was no error during input processing.

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

Usage

'Usage
Dim returnValue As Integer
returnValue = Micr.ExtendedErrorCheckDigit

Syntax

'Declaration
Public Const ExtendedErrorCheckDigit As Integer
public const int ExtendedErrorCheckDigit;
public: const Int32 ExtendedErrorCheckDigit;
public static final int ExtendedErrorCheckDigit;
public var ExtendedErrorCheckDigit : int;

Remarks

The RawData property contains partial data if available; otherwise it is an empty string.

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
ErrorEvent