gpt4 book ai didi

c# - 在 C# 中从字符串到日期时间的转换

转载 作者:太空宇宙 更新时间:2023-11-03 17:17:55 24 4
gpt4 key购买 nike

我想将字符串转换为日期时间。我收到错误 This is not a valid datetime

我要转换的字符串和代码如下

string date1 = "9/13/2012 5:26:06 PM";
TimePart = DateTime.ParseExact(date1, "M/d/yyyy HH:mm:ss tt", System.Globalization.CultureInfo.InvariantCulture);

最佳答案

我认为你的格式参数中应该是M/dd/yyyy h:mm:ss tt

关于c# - 在 C# 中从字符串到日期时间的转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12956641/

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