标签:csharp index key 字符串数组 ace string 字符 ring sharp
string
[] str = {
"12"
,
"34
,
"56"
};
byte
[] bytes = Array.ConvertAll(str, s => Convert.ToByte(s, 16));
标签:csharp index key 字符串数组 ace string 字符 ring sharp
原文地址:http://www.cnblogs.com/wu-baochun1984/p/7594898.html