Click or drag to resize

AmountRequestInit Method (ITranslatableString, ITranslatableString, Int32)

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll)
Syntax
C#
public void Init(
	ITranslatableString title,
	ITranslatableString prompt,
	int decimalPlaces
)

Parameters

title
Type: ITranslatableString
prompt
Type: ITranslatableString
decimalPlaces
Type: SystemInt32
See Also