
C#
saddogchen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c#中动态添加按钮并添加点击事件
[code="c#"] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.T...2016-06-05 21:25:31 · 9559 阅读 · 0 评论 -
C#中的数据转换
[code="c#"] private void testConvert() { string a = "1110101010010010111110"; label1.Text = bin2hex(a).ToString();//2进制转16进制 3AA4BE string b...原创 2018-03-13 10:40:37 · 209 阅读 · 0 评论