摘要: The ToString() MethodFor example:int i = 50;string str = i.ToString(); // returns "50"Here’s another example:enum Colors {Red, Orange, Yellow};// late... 阅读全文
posted @ 2016-01-08 11:26 beautifulday 阅读(547) 评论(0) 推荐(0) 编辑