byte[] to hex string [duplicate]

How do I convert a byte[] to a string? Every time I attempt it, I get

System.Byte[]

instead of the value.

Also, how do I get the value in Hex instead of a decimal?

19 Answers
19

Leave a Comment