stringToInt

Parse string into integer and store it in a variable.

Parse string into integer and store it in a variable.

If the parsing fails the target variable is not modified.

Inline definition
Use fromVar -> toVar
PropertyTypeDescription
fromVarStringSource variable name.
toVarStringTarget variable name.