Currency_GetSymbol()

Examples


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

Syntax

Currency_GetSymbol(multiformat_value)

Parameters

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

Return value

String. If a currency string or symbol has not been defined for the specified multiformat value, the operating system’s currency string or symbol will be returned.


Documentation Feedback