将yyyyMMdd、yyyy-MM-dd格式的字符转成日期DateTime格式

date = DateTime.ParseExact("20110720", "yyyyMMdd",Thread.CurrentThread.CurrentCulture);

你可能感兴趣的:(C#,类库,方法)