I have a byte array of length 14. Can I combine 1st two elements into one and so on, to make its size 7? i.e. <{730C5454000160}> should look like
<{73,0C,54,54,00,01,60}>.
OR if not I have a string "730C5454000160", I need it as array of byte like
<{73,0C,54,54,00,01,60}>.
Please some one help me out, thanks.