DateTime.ParseExact raises FormatException



代码:

DateTime.ParseExact("2/2/2002", "dd/MM/yyyy", System.Globalization.CultureInfo.InvariantCulture)

正在提升CCD_ 1。

如果有人能告诉我我做错了什么,我将不胜感激。

它应该是d/M/yyyy

DateTime.ParseExact("2/2/2002", "d/M/yyyy", System.Globalization.CultureInfo.InvariantCulture)

异常的原因是它为CCD_ 3转换了两个位置,但找到的字符串是CCD_。

相关内容

  • 没有找到相关文章

最新更新