I want to have my results in this part of code in a binary format rather than in a hexadecimal!!! How can I do it?????
string temp = Byte Format.To Hex(result.Data, "", "");
I mean I want to see my results in (0011010...) rather than being converted to a hexadecimal number.
Thanks for you answers in advance.