// C# ArrayList 轉換成byte數組 ArrayList al = new ArrayList(); byte[] x = (byte[])al.ToArray(typeof(byte));