Converts the text string to a string containing the corresponding
character byte values written in two-digit lowercase hex format.
|
Text String
String
|
The text string to be converted to a hex string. |
|
With Prefix
Boolean
|
If true, the hex code will be prefixed with "0x" (Default: True). |
|
Return Value
String
|
Hex string of the input text string. |