How can I format the output of the Stopwatch? I tried the following:

Code:
sw.Elapsed.ToString("mm:ss")
but VS complains. I would like to show just the minutes & seconds (to 3 decimal places) of the elapsed time. Thanks...