How to format TimeSpan to string before .NET 4.0

I am compiling in C# using .NET 3.5 and am trying to convert a TimeSpan to a string and format the string. I would like to use myString = myTimeSpan.ToString("c"); however the TimeSpan.ToString ...