|
Conversion functions change from one data type to another.
| Function |
Description |
| ToString |
Converts another data type to a String. |
| ToInteger |
Converts another data type to an Integer. |
| ToFloat |
Converts another data type to a Float. |
| ToDate |
Converts another data type to a Date. |
| ToBoolean |
Converts another data type to a Boolean. |
|