Summary
Converts text representing a number to an integer.
Properties
-
Base: Chooses representation of the number (binary, octal, decimal or hexadecimal)
Example
With the text "00101111", the output value would be 47 with a binary representation.