NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
encode_hex multimethod
encode_hex multimethod
Methods
encode_hex(
s:
Str
)
Source:
stdlib.ngs:6015
Encodes each character in a string as two uppercase hexadecimal digits
Returns
Str
Example
encode_hex("ab") # "6162"