gpt4 book ai didi

c# - 为什么此 DateTime.ParseExact 调用失败?

转载 作者:行者123 更新时间:2023-11-30 17:38:15 25 4
gpt4 key购买 nike

<分区>

var dateValue = "Mon, 02 May 2016 12:00 PM EDT";
var date = DateTime.ParseExact(
dateValue,
"ddd, dd MMM yyyy hh:mm tt K",
System.Globalization.CultureInfo.InvariantCulture);

据我所知,来自 the official format string documentation ,这应该有效。相反,它会引发 System.FormatException 并显示一条毫无帮助的消息:String 未被识别为有效的 DateTime。

有什么方法可以找出问题所在吗?

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