It is necessary to convert from among the array of 4 elements of this type byte [] qwe = {0x00, 0x00, 0x2F, 0xA3}; So far, stopped at
byte[] b1 = BitConverter.GetBytes(hash_ball); // {00, 00, 32, 64} string B_2 = BitConverter.ToString(b1); // 00-00-14-40 I can not convert an array from this string, and at the same time, there would be 0x before each element.