In fact I had a logfile, that I decoded, by reading his contents byte after byte and save it in a Byte Array. And there after I converted my array of byte in hexadecimal value, and Save it in a stringbuilder. But now my problem is the following, how to pass from the hexadecimal in the original values, because the normal values considering the text of origin before being coded in logfile contained values of type Integer, float, andstring. And I would like to know how i can make to obtain these values contained in my Stringbuilder and move it to the corresponding value in Integer,String or Float.
Thx in advance