I know it's obviously failing because I'm missing something here, but I can't figure out what's wrong with this line of code:
this.Duration.ToString("{0:%m} minutes {0:%s} seconds")
This is throwing a FormatException
.
Hopefully somebody can point me in the right direction!