gpt4 book ai didi

c# - 字符串到日期时间 : not recognized as a valid DateTime

转载 作者:行者123 更新时间:2023-11-30 20:03:26 25 4
gpt4 key购买 nike

好的,经过一番研究后,我还没有找到解决问题的方法。

这是我的字符串到日期的转换代码:

DateTime startDate = new DateTime();
startDate = DateTime.ParseExact(this.items[5], "dd/MM/yyyy HH:mm:ss",
CultureInfo.InvariantCulture);

这是我要转换的字符串:

"22/2/2013 09:57:32"

但是当我编译时出现这个错误:

String was not recognized as a valid DateTime.

我该怎么办?

最佳答案

你的模式应该是 "dd/M/yyyy HH:mm:ss"

MM 需要前导 0,您的输入字符串中没有提供。

关于c# - 字符串到日期时间 : not recognized as a valid DateTime,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15020740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com