public void LoadParticipantData(byte[] bytes) { PP.LoadBytes(bytes); for (int i = 0; i < 22; i++) { PlayerResults[i].Name = PP.FieldParticipantData[i].Name.Replace("\0", ""); } }