This Activity is for trying to convert a String value to an Integer value. When the activity is dragged to the canvas the user is asked to input the Data Types for the input arguments. The left argument should be set to String and the Right argument should be set to .Net number (Int32, Float etc.). If these are not set appropriately, an error will occur. Blank spaces in the 'number string' ("1 0") will cause an error.
Try Convert String to Int:
Property Name | Data Type | Property Type | Property Description |
---|
DisplayName | String | Misc | This property specifies the name of the activity box. |
Left | String | Input | This property contains the String to be converted to an integer. |
Right | .NET Int32 | Output | This property contains the integer that was converted from the String 'Left'. |