πŸŸͺsam.Util.to_hex

Description

Convert input to hex string.

Aguments

Returns

Example

print(sam.Util.to_hex("srlion"))
-- output
"73726C696F6E"

Last updated