Status
Tech review

Style guide



Short description

Returns theĀ number represented by the text s as a signed integer in the radix specified by argument radix.

Output

Available since






This function returns theĀ number represented by the text s as a signed integer in the radix specified by argument 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