I have
Dim b(10) as byte
and I am having trouble using .ToString, to display it in a textbox. What can I do to print the byte array to a textbox?
Dim b(10) as byte
and I am having trouble using .ToString, to display it in a textbox. What can I do to print the byte array to a textbox?