Timeline for How to convert an hex string to an array of bytes?
Current License: CC BY-SA 3.0
8 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Aug 6, 2020 at 1:34 | comment | added | Gabriel Staples | Related: convert String Hex to Hex byte | |
Jul 24, 2017 at 20:01 | history | edited | Edgar Bonet | CC BY-SA 3.0 |
More descriptive title
|
Jul 24, 2017 at 19:54 | answer | added | dannyf | timeline score: 0 | |
Jul 24, 2017 at 19:12 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 25, 2017 at 20:42 | comment | added | gre_gor |
"B763AB23" is actually 9 bytes. You forgot the null terminator. And B7 , 63 , AB , 23 are not valid hexadecimal integer literals. They should be 0xB7 , 0x63 , 0xAB , 0x23 .
|
|
Jun 24, 2017 at 12:05 | answer | added | goddland_16 | timeline score: 0 | |
Jun 24, 2017 at 8:53 | answer | added | Jot | timeline score: 2 | |
Jun 24, 2017 at 8:01 | history | asked | RS System | CC BY-SA 3.0 |