gpt4 book ai didi

.net - DateTime.TryParseExact 和不同的分隔符

转载 作者:行者123 更新时间:2023-12-04 23:58:24 25 4
gpt4 key购买 nike

是否可以指示 DateTime.TryParseExact 接受多个( 任何 )分隔符( 指定分隔符占位符而不是特定分隔符 )?例如:

DateTime.TryParseExact(performanceRow[5], "M/d/yyyy", 
CultureInfo.InvariantCulture, DateTimeStyles.AllowWhiteSpaces, out startDate)

如果日期具有“/”字符作为分隔符,则此方法有效。但是我刚刚收到一个带有“。”的文件。作为分隔符,解析失败。

谢谢

最佳答案

使用 TryParseExact 的这个变体

DateTime.TryParseExact(String, String[], IFormatProvider, DateTimeStyles, DateTime%)

MSDN link

第二个参数是一个字符串数组,定义为

formats

Type: System.String[]

An array of allowable formats of s.



描述说:字符串表示的格式必须匹配 至少一种指定的格式正好 .

关于.net - DateTime.TryParseExact 和不同的分隔符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13796917/

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