+ 1
Code Playground
I'm trying to use the Convert.ToHexString() Method [https://docs.microsoft.com/en-us/dotnet/api/system.convert.tohexstring?view=net-6.0] but I keep getting an error saying 'Convert' doesn't have a ToHexString method?
4 odpowiedzi
+ 1
I don't see where you used it in your Hex Test code.
0
Did you use system?
0
William Owens Yes, I got it to work in visual studio. Just not in the code area on here
0
Ahh I didn't even think about checking that