摘要: DateTime.TryParseExact 万能时间格式转化 DateTime.TryParse private DateTime convertDASTime(string s) { DateTime result; if (DateTime.TryParseExact(s, "yyyyMMdd 阅读全文
posted @ 2020-07-15 09:39 红磨坊后的白桦树 阅读(339) 评论(0) 推荐(0) 编辑