C#基础
ThinkPadW510
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
欢迎使用优快云-markdown编辑器
Stream 和 byte[] 之间的转换 一. 二进制转换成图片MemoryStream ms = new MemoryStream(bytes); ms.Position = 0; Image img = Image.FromStream(ms); ms.Close(); this.pictureBox1.Image二. C#中byte[]与string的转换代码1.System.Tex转载 2016-10-12 06:57:24 · 291 阅读 · 0 评论 -
C# Left, Right and Mid函数
C# Left, Right and Mid函数转载 2016-10-13 15:56:48 · 1728 阅读 · 0 评论
分享