码迷,mamicode.com
首页 > Windows程序 > 详细

c#字符串转换

时间:2020-06-10 13:05:25      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:span   rto   str   href   tps   ref   https   max   字符串转换   

 

日期转换为string:

 

System.DateTime.Now.ToString("yyyyMMdd");

//20070424

 

 

System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss:ffff");

//2007-04-24 15:52:19

 

 

referto 

https://www.bbsmax.com/A/n2d9YRNBdD/

 

c#字符串转换

标签:span   rto   str   href   tps   ref   https   max   字符串转换   

原文地址:https://www.cnblogs.com/badprogrammer/p/13084134.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!