11-Jun-03 (Created: 11-Jun-03) | More in 'CS-dotnet'

How do you convert a string to an int?

Use Convert utility

m_timer.Interval = Convert.ToInt32(m_interval) * 1000;