摘要: 例子: static void Main(string[] args) { string x = "17"; ushort hex = Convert.ToUInt16(x, 16); ushort dec = Convert.ToUInt16(x, 10); Console.WriteLine(h 阅读全文
posted @ 2021-10-15 08:40 echo_lovely 阅读(183) 评论(0) 推荐(0) 编辑