Skip to main content
Log in

Mojo function

b16encode

b16encode(str: StringSlice[origin]) -> String

Performs base16 encoding on the input string slice.

Args:

  • str (StringSlice[origin]): The input string slice.

Returns:

Base16 encoding of the input string.