public static string ByteArrayToString(byte[] ba) { return BitConverter.ToString(ba).Replace("-",""); }