Conversion Functions¶
The following conversion functions are available:
| Function | Description |
|---|---|
| CBool | Returns an expression converted to a boolean. |
| CByte | Returns an expression converted to a byte. |
| CCur | Returns an expression converted to a currency. |
| CDate | Returns an expression converted to a date. |
| CDbl | Returns an expression converted to a double. |
| CInt | Returns an expression converted to an integer. |
| CLng | Returns an expression converted to a long integer. |
| CSng | Returns an expression converted to a single precision point. |
| CStr | Returns an expression converted to a string. |