欢迎加我的QQ群:193522571,一起来讨论、交流!
摘要: 罗列了一些用到的,各进制 以及 ASCII 间的转换,记录备忘一,先说说 2,8,10 ,16 各进制之间的转化System.Convert类中提供了较为全面的各种类型、数值之间的转换功能:几个比较常用的方法 1,Convert.ToInt32(string value, int fromBase... 阅读全文
posted @ 2014-08-03 11:31 swtool 阅读(745) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestConsole{ class Program { static void Main... 阅读全文
posted @ 2014-08-03 11:15 swtool 阅读(580) 评论(0) 推荐(0)
欢迎加我的QQ群:193522571,一起来讨论、交流!