c# - Convert.ToByte Could not find any recognizable digits -


this question has answer here:

i need somehow convert "xxx" byte got exception

an unhandled exception of type 'system.formatexception' occurred in mscorlib.dll

additional information: not find recognizable digits.

is possible "xxx" value convert byte?

 byte tr  = (byte)(convert.tobyte("xxx", 16) << 4); 

it not possible convert "xxx" byte. not representation of byte.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -