NotesCheckCurrencyDecimals(Int16) Method

Checks the number of decimal places in the currency.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static short CheckCurrencyDecimals(
	short decimals
)

Parameters

decimals  Int16
Decimals to check.

Return Value

Int16
short with the number of decimal places in the currency.

See Also