码迷,mamicode.com
首页 > 编程语言 > 详细

字符串数组转byte数组

时间:2017-09-26 09:30:46      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:csharp   index   key   字符串数组   ace   string   字符   ring   sharp   

        string[] str = { "12""34"56" };

        byte[] bytes = Array.ConvertAll(str, s => Convert.ToByte(s, 16));

字符串数组转byte数组

标签:csharp   index   key   字符串数组   ace   string   字符   ring   sharp   

原文地址:http://www.cnblogs.com/wu-baochun1984/p/7594898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!