Click or drag to resize

KeyboardDataReadCurrency Method

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public bool ReadCurrency(
	out decimal val,
	int decimalPlaces,
	NumberFormatInfo numFmtInfo
)

Parameters

val
Type: SystemDecimal
decimalPlaces
Type: SystemInt32
numFmtInfo
Type: System.GlobalizationNumberFormatInfo

Return Value

Type: Boolean
See Also