如何将00:00.00000解析为TimeSpan?

时间:2018-11-15 10:50:39

标签: c# datetime timespan

我尝试通过c#解析字符串:

  var tm = TimeSpan.ParseExact(00:00.00000, "hh:mm.sssss", CultureInfo.InvariantCulture);

然后得到TotalMilliseconds,但是我得到FormatException。

该怎么做?

0 个答案:

没有答案