For example,
In my flow chart, I have use input dialog to take integer value.Now I want to validate this field with Decision control.If input is numeric than true else false.
For that I am checking input with GenericValue and put assign activity to convert value in to Int32.
But do not know how to conver it.
Can anybody help please?