Click or drag to resize

KeyboardDataReadCurrency Method


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

Parameters

val  Decimal
 
decimalPlaces  Int32
 
numFmtInfo  NumberFormatInfo
 

Return Value

Boolean
See Also