Jenney Zhao

导航

2012年11月7日 #

ToString() 格式化字符串总结

摘要: ToString()的标准格式化字符串分为3大类:枚举类型的格式化字符串,数值类型的格式化字符串,和日期时间类型的格式化字符串。日期时间类型的格式化字符串请见我的博客DateTime格式字符串。Enumeration Format StringsFormat stringResultG or gDisplays the enumeration entry as a string value, if possible, and otherwise displays the integer value of the current instance. If the enumeration is d 阅读全文

posted @ 2012-11-07 14:58 Jenney Zhao 阅读(294) 评论(0) 推荐(0)