I'm creating a registry editor exaclty like RegEdit and I want to know how Can I retrieve Value who have DWORD and Binary type to put it in a ListView I use Convert.ToString(...) but if I got a binary or DWORD value i got System.Byte[] or System.String[]; How can I fix this ?