Currency_GetDecimalSymbol()

Examples


The Currency_GetDecimalSymbol() function returns the string used as a decimal separator when the specified multiformat value is applied to a currency field.

Syntax

Currency_GetDecimalSymbol(multiformat_value)

Parameters

multiformat_value An integer value that was assigned to the currency format you are inquiring about.

Return value

String. If a decimal symbol has not been defined for the specified multiformat value, the operating system decimal symbol will be returned.


Documentation Feedback