On Aug 1, 3:20 pm, san <[email protected]> wrote: > if temp"contains "Characters" then how it will convert it into number's .
temp2 = Convert.ToInt32(temp) That´s what the method does. But I first had to check if temp had numbers, and that was another problem.
