【发布时间】:2012-12-15 10:07:24
【问题描述】:
有谁知道如何在 C# 中将以下字符串转换为 DateTime 值?
"Thu Nov 15 2012 00:00:00 GMT+0300 (E. Africa Standard Time)"
【问题讨论】:
-
@Bhushan Firake。我已经尝试过 DateTime.ParseExact(string,format,format provider) 但我应该为上述使用什么格式
-
@lafama:可以看这篇文章codeproject.com/Articles/14743/…
标签: c# string datetime typeconverter