String to Integer in Base
Returns an integer whose text representation is string in a selected base.
Properties
String: Location of the string to convert into integer
Base: Digit base E.g. Digit ‘2’ will convert the integer into binary
Output
Output-location: Location to store the output data
Example
The string of “3FF”
in base “16”
would convert into a integer of “1023”