会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LucienBao's Minute
博客园
首页
新随笔
新文章
联系
管理
订阅
2013年3月26日
时间字符串解析
摘要: 在遇到形如 "2012-12-19T17:00:00Z" 这样的时间字符串时,怎样转换到DateTime类型呢?View Code 1 string ts = "2012-12-19T17:00:00Z";2 DateTime dt2 = DateTime.Parse(ts, null, System.Globalization.DateTimeStyles.RoundtripKind);3 Console.WriteLine(dt2);
阅读全文
posted @ 2013-03-26 15:42 Lucien.Bao
阅读(248)
评论(0)
推荐(0)
编辑
公告