Click or drag to resize

OpsContextConvertToForeignCurrencyString Method

Convert the input amount to amount in current displayed foreign currency and format as string value.

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

Parameters

amount
Type: SystemDecimal
The amount to be converted.

Return Value

Type: String
The converted amount in string format.
See Also