2018年11月8日

C# System.Environment.GetFolderPath的使用【转载】

摘要: 转载来源于云勇博客 https://blog.csdn.net/yongyong521/article/details/75105853string strPath = Environment.GetFolderPath(Environment.SpecialFolder.Personal);//获 阅读全文

posted @ 2018-11-08 14:16 wu.g.q 阅读(208) 评论(0) 推荐(0) 编辑

[C#] Byte[]、Image、Bitmap 之间的相互转换[转载]

摘要: /// <summary> /// 将图片Image转换成Byte[] /// </summary> /// <param name="Image">image对象</param> /// <param name="imageFormat">后缀名</param> /// <returns></re 阅读全文

posted @ 2018-11-08 12:08 wu.g.q 阅读(3081) 评论(0) 推荐(0) 编辑

导航