Share via


Micr.Amount Property

2/27/2008

Gets the amount 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 Amount As String
public abstract string Amount { get; }
public:
virtual property String^ Amount {
    String^ get () abstract;
}
/** @property */
public abstract String get_Amount ()
public abstract function get Amount () : String

Remarks

The amount field on a check consists of ten digits bordered by Amount symbols. All nonspace digits are represented in the test string. This includes leading zeros.

If the amount is not present, the string is empty ("").

Amount 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