Formatting Functions¶
The following formatting functions are available:
| Function | Description |
|---|---|
| FormatCurrency | Formats a currency value using the Windows locale settings or supplied mask. |
| FormatDate | Formats a date using the Windows locale settings or supplied mask. |
| FormatInteger | Formats an integer using the Windows locale settings or supplied mask. |
| FormatNumber | Formats a number using the Windows locale settings or supplied mask. |
| FormatTime | Formats a time using the Windows locale settings or supplied mask. |