Conversion Functions
All Functions (Alphabetically)
Name |
Description |
---|---|
Converts the input into Boolean value. |
|
Converts the input to a 32-bit integer value. |
|
Converts the input to a 16-bit integer value. |
|
Converts the input to a long, 64-bit integer value. |
|
Converts the input into a double precision floating point real value. |
|
Converts the input into a single precision floating point real value. |
|
Converts the input into a short, 8-bit integer value. |
|
Converts the input into a character string value. |
|
Converts the input into a time value. |
|
Converts a Binary Coded Decimal (BCD) value to a binary value. |
|
Converts a binary value to a Binary Coded Decimal (BCD) value. |
|
Converts a number into a string value. |
Convert Data to Another Data Type
Name |
Description |
---|---|
Converts the input into Boolean value. |
|
Converts the input to a 32-bit integer value. |
|
Converts the input to a 16-bit integer value. |
|
Converts the input to a long, 64-bit integer value. |
|
Converts the input into a double precision floating point real value. |
|
Converts the input into a single precision floating point real value. |
|
Converts the input into a short, 8-bit integer value. |
|
Converts the input into a character string value. |
|
Converts the input into a time value. |
|
Converts a number into a string value. |
BCD Format Conversions
These are the standard functions performing conversions in BCD format.
BCD conversion functions may not be supported by all targets.
Name |
Description |
---|---|
Converts a Binary Coded Decimal (BCD) value to a binary value. |
|
Converts a binary value to a Binary Coded Decimal (BCD) value. |