Language Constants - Currency¶
The following constants can be used in a function that specifies how to format a currency value:
return drCustomCurrency
| Constant | Explanation |
|---|---|
| drWindowsCurrency | Use the Windows regional settings for formatting a currency value |
| drCustomCurrency | Specify currency formatting manually |
| drCustomCurrencyMask | Specify a currency formatting mask using the allowed mask characters |