C# char[] 转换为 byte[]

 时间:2024-10-12 13:57:47

1、新建一个控制台项目

C# char[] 转换为 byte[]

2、写主函数static void Main(string[] args) { string c=""; c = Console.ReadLine烫喇霰嘴(); char[] p = c.ToCharArray(); byte[] pb = new byte[64]; List<byte> ls= new List<byte>(); alloc(ls, p,64); FileStream fs = new FileStream("D:\\abc.txt", FileMode.OpenOrCreate); BinaryWriter sw = new BinaryWriter(fs); sw.Write(ls.ToArray()); sw.Close(); fs.Close();}

3、写allocpubl坡纠课柩ic static int alloc(List<byte> bytes,char 缪梨痤刻[]p,int block) { for (int i=0;i<p.Length ;i++ ) { bytes.Add((byte)p[i]); } while (bytes.Count % block != 0) { bytes.Add(0); } return bytes.Count/block; }

4、运行测试一下

C# char[] 转换为 byte[]

5、打开txt

C# char[] 转换为 byte[]
  • C#判断当前系统日期是星期几
  • vs2015如何附加进程调试
  • sql语句怎么查出所有数组中的值呢
  • 如何判断二维数组里是否有某个值
  • 禁用远程登录此电脑桌面 禁止Telnet登录设置
  • 热门搜索
    腌制 什么是丹毒 逆天是什么意思 fault是什么意思 第一产业是什么 初出茅庐是什么意思 行李箱什么牌子好 多威运动鞋 活性维生素d 赤道2什么时候上映