Timeline for How do you convert a byte array to a hexadecimal string, and vice versa?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 12, 2019 at 16:50 | comment | added | Peteter | For C#, initializing the variables where they are used, instead of outside the loop, is probably preferred to let the compiler optimize. I get equivalent performance either way. | |
| Jan 20, 2014 at 23:46 | comment | added | Maarten Bodewes |
Hmm, I really should optimize this for Char[] and use Char internally instead of ints...
|
|
| S Jan 20, 2014 at 23:38 | history | answered | Maarten Bodewes | CC BY-SA 3.0 | |
| S Jan 20, 2014 at 23:38 | history | made wiki | Post Made Community Wiki by Maarten Bodewes |