Currency_GetLeadingSymbol()

Examples


The Currency_GetLeadingSymbol() function returns a boolean value indicating whether the currency symbol is positioned before the currency value when the specified multiformat value is applied to a currency field.

Syntax

Currency_GetLeadingSymbol(multiformat_value)

Parameters

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

Return value

Boolean. If true is returned, a leading currency symbol is used. If false is returned, a trailing currency symbol is used.


Documentation Feedback