There is a server which sends some data in Octet strings. For example it is sending
00405080065233E
like this, then I need to convert this into a string and store it into a buffer.
If I decode that converted string it has give the same 000405080065233E octet string again. How can I do this? Can anybody suggest some solution?