Type conversion functions
This page goes over the type conversion functions in Upsolver.
HEX_TO_DECIMAL
HEX_TO_DECIMAL
Converts a hexadecimal string value to its corresponding decimal number.
input | result |
|
|
|
|
|
|
TO_DOUBLE
TO_DOUBLE
Convert a number to a double.
value | result |
|
|
|
|
TO_FLOAT
TO_FLOAT
Convert a number to a float.
value | result |
|
|
|
|
|
|
TO_INT
TO_INT
Convert a number to an integer.
value | result |
|
|
|
|
|
|
TO_LONG
TO_LONG
Convert a number to a long.
value | result |
|
|
|
|
|
|
TO_NUMBER
TO_NUMBER
Convert to a number type.
value | result |
|
|
|
|
|
|
|
|
TO_STRING
TO_STRING
Converts any value to a string.
input | result |
|
|
|
|
Last updated