【C#每日一貼】ArrayList 轉換成byte數組

// C# ArrayList 轉換成byte數組
ArrayList al = new ArrayList();
byte[] x = (byte[])al.ToArray(typeof(byte));
相關文章
相關標籤/搜索