gpt4 book ai didi

c# - 为什么 DateTime.ParseExact 会抛出格式为 "dd.Mm.yyy"且日期为 4 位数年份的异常?

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

<分区>

The documentation on yyy format表示它是 3 位数或更多。那么为什么下面的代码会抛出异常呢?

string format = "dd.MM.yyy";
string s = DateTime.Now.ToString(format, CultureInfo.InvariantCulture);
DateTime d = DateTime.ParseExact(s, format, CultureInfo.InvariantCulture); //this throws FormatException

Fiddle

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