I would like to know if there is a way to convert a 24 Hour time formatted string to a TimeSpan.
Right now I have a \"old fashion style\":
string str
Use TimeSpan.Parse to convert the string
TimeSpan.Parse
http://msdn.microsoft.com/en-us/library/system.timespan.parse(v=vs.110).aspx