How can I convert a byte array to a string containing hex values of each byte in C#? For example, I want:<BR><pre class="ip-ubbcode-code-pre">byte[] powers = {1, 2, 4 ...
I am trying to convert a computers GUID from active directory to a string. The object returned is octal. Does anyone know how to convert octal to a hex string?