Question:
How do I convert a string into an ASCII HexString?
For example if I have
somestring = "012"
it becomes
hexstring = "303132" string representation of ASCII hex bytes. Without the LF and CR
thanks.
How do I convert a string into an ASCII HexString?
For example if I have
somestring = "012"
it becomes
hexstring = "303132" string representation of ASCII hex bytes. Without the LF and CR
thanks.