Click or drag to resize

OpsContextConvertToBaseCurrencyString Method

Convert the input amount to amount in base currency and format as string value.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public string ConvertToBaseCurrencyString(
	decimal amount
)

Parameters

amount  Decimal
The amount to be converted.

Return Value

String
The converted amount in string format.
See Also