Function | What It Does | Type of Function |
Asc | Used to convert the first letter in a string to ANSI | Conversion |
CBool | Used to convert an expression to Boolean | Conversion |
CByte | Used to convert an expression to a Byte | Conversion |
CCur | Used to convert an expression to a Currency | Conversion |
CDate | Used to convert an expression to a Date | Conversion |
CDbl | Used to convert an expression to a Double | Conversion |
Chr | Used to convert an ANSI Code to a character | Conversion |
CInt | Used to convert an expression to an Integer | Conversion |
CLng | Used to convert an expression to a Long | Conversion |
CSng | Used to convert an expression to a Single | Conversion |
CStr | Used to convert an expression to a String | Conversion |
Hex | Used to retrieve the hexadecimal value of a number | Conversion |
Oct | Used to retrieve the octal value of a number | Conversion |
FormatCurrency | Used to return and format an expression as currency | Format |
FormatDateTime | Used to return and format an expression as a date or time | Format |
FormatNumber | Used to return and format an expression as a number | Format |
FormatPercent | Used to return and format an expression as a percent | Format |