.NET编程及SQL报表中常用到数字或者日期的格式转化,那些格式字符总是记不住,索性列出来备查:
Standard numeric format strings: http://msdn2.microsoft.com/en-us/library/aa720653.aspx
Custom numeric format strings: http://msdn2.microsoft.com/en-us/library/aa719871.aspx
Standard date format strings: http://msdn2.microsoft.com/en-us/library/aa720651.aspx
Custom date format strings: http://msdn2.microsoft.com/en-us/library/aa719856.aspx
Standard numeric format strings: http://msdn2.microsoft.com/en-us/library/aa720653.aspx
Custom numeric format strings: http://msdn2.microsoft.com/en-us/library/aa719871.aspx
Standard date format strings: http://msdn2.microsoft.com/en-us/library/aa720651.aspx
Custom date format strings: http://msdn2.microsoft.com/en-us/library/aa719856.aspx
本文提供了一个.NET编程及SQL报表中数字和日期格式转换的快速查阅表,包括标准和自定义格式字符串,帮助开发者轻松掌握各种格式化的技巧。
2497

被折叠的 条评论
为什么被折叠?



