public static string Get2Bytes(byte[] bytesin, int local) { string get2BytesRet = default; get2BytesRet = ByteFunctions.MakeProperByte(bytesin[local]) + ByteFunctions.MakeProperByte(bytesin[local + 1]); return(get2BytesRet); }