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登录设置
  • 热门搜索
    读书手抄报图片 手抄报模板简单又漂亮 校园安全手抄报内容 春分手抄报 运动会手抄报 感恩手抄报 1~6年级一等奖手抄报 春天的手抄报 关于六一儿童节的手抄报 安全伴我行手抄报