String to Integer
Returns an integer whose text representation is string.
Properties
String: Location of the string to convert into integer
Output
Output-location: Location to store the output data
Example
The string of “123”
would convert into a integer of 123