Hallo, ich habe ein byte Array und muss 3 Zeichen Löschen.
1 | byte[] Config = new byte[] { 0xD2, 0xD2, 0x09, 0x09, 0xD2, 0xFF, 0x81, 0x7D, 0x3E, 0xD2, 0x42, 0x84, 0x08, 0x05, 0xFF, 0xFF}; |
Ich hatte mir sowas vorgestellt: Array.Clear(Config, 11, 3); aber das setzt die Stellen nur auf 0. Hat jemand eine Idee?