Method String.string2hex()
- Method string2hex
string
string2hex(string
data
,void
|int
uppercase
)- Description
Convert a string of binary data to a hexadecimal string.
- Parameter
uppercase
If set, the string will use upper cased characters.
- See also