News

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?
Then iterate thru each character in the array and convert the respective character into its hex value and then append all the hex values together in the fashion that they need to be put in. (kinda ...