C#.NET
rainharder
这个作者很懒,什么都没留下…
展开
-
Windows API Reference for C#, VB.NET and VB6
一直发愁API如何DllImport,这下找到个好参考!http://www.webtropy.com/articles/Win32-API-DllImport-art9.asp?Windows+API File, Memory, Process, Threading, Time, Console, and Comm control(kernel32.dll) Window han原创 2007-09-06 19:38:00 · 1250 阅读 · 0 评论 -
[.NET]int 与 byte[] 的相互转换【转】
[.NET]int 与 byte[] 的相互转换 [zz]http://www.teeta.com/ttweb/User/ly4cn/2005-04/19572.html 关于 int 与 byte[] 的相互转换,Mattias Sjogren 介绍了3种方法。请参见 《将Integer转换成Byte Array》。其实应该还有不少方法。在这里,我归纳了包括Ma转载 2008-02-24 19:06:00 · 2642 阅读 · 0 评论 -
C#中一些字符串操作的常用用法
http://dotnet.aspx.cc/article/48596ef2-8c16-47ee-1cd3-174e44fa9e24/read.aspx获得汉字的区位码 byte[] array = new byte[2]; array = System.Text.Encoding.Default.GetBytes("啊"); int i1 = (short)(array[0] - /转载 2008-02-24 19:12:00 · 528 阅读 · 0 评论