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

2/27/2008

Gets the MICR data from the most recent MICR read.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RawData As String
public abstract string RawData { get; }
public:
virtual property String^ RawData {
    String^ get () abstract;
}
/** @property */
public abstract String get_RawData ()
public abstract function get RawData () : String

Remarks

The string contains any of the 15 MICR characters with appropriate substitution to represent non-ASCII characters. The data returned to this string are not parsed or processed in any special way. The following is a sample value:

"2t123456789t123 4 567890o 123 a0000001957a"

Notice that the property value includes spaces to represent spaces in the MICR data.

RawData is set and kept current by the service object while the device is enabled. RawData is set before a DataEvent event 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.

See Also

Reference

Micr Class
Micr Members
Microsoft.PointOfService Namespace
Micr.AccountNumber Property
Micr.Amount Property
Micr.BankNumber Property
Micr.CheckType Property
Micr.CountryCode Property
Micr.Epc Property
SerialNumber
TransitNumber
DataEvent