| VBScript Reference > Format Category |
Functions
|
Format |
Returns a value formatted according to instructions contained in a format expression |
|
FormatCurrency |
Returns an value formatted as a currency value using the currency symbol defined in the system control panel |
|
FormatDateTime |
Returns an value formatted as a date or time |
|
FormatNumber |
Returns an value formatted as a number |
|
FormatPercent |
Returns a value formatted as a percentage (multiplied by 100) with a trailing % character |
|
Hex |
Returns a string representing the hexadecimal value of a number |
|
Oct |
Returns a string representing the octal value of a number |