2 releases
0.1.1 | Feb 10, 2022 |
---|---|
0.1.0 | Feb 10, 2022 |
#2330 in Text processing
4KB
Library to convert an ASCII string into Hex The general flow goes like this:
- Convert the ASCII into bytes.
- Convert the bytes into Hex Strings
- Concatenate the Hex Strings
- Return the single Hex String
ASCII to Hex Library