Empty elements in C# byte array May 19, 2023 by Tarik Byte[] array = new Byte[64]; Array.Clear(array, 0, array.Length);