I've found loads of info about converting a byte array to a hex string, but unfortunatly it isn't what I want. I have a 15 part string consisting of 1s and 0s and I want to convert it to a hex value. I.E. 111110000000000 = 7C00 like on this link. How can I do that in C# for Unity?
Thank you in advance,
Robert