摘要: 转帖:c#任意进制转换(2-36进制之间的转换) { private static char[] rDigits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q',... 阅读全文
posted @ 2010-06-04 14:43 dowms22 阅读(3546) 评论(0) 推荐(0) 编辑