Status
Tech review

Style guide



Short description

Converts a text representing a number into an integer.

Output

Available since






This function converts a text representing a number into an integer. You can additionally define theĀ radix.



toInteger(text s, text radix) #Output: Number



Parser expressionDescription


 toInteger("ff", 16)


This example returns the number 255



Parameters used in this function

ParameterInput (data type)Description
s

Any given text.
radix

Parameter description.



This function returns a