Skip to main content
Log in

Mojo function

b16encode

b16encode(str: String) -> String

Performs base16 encoding on the input string.

Args:

  • ​str (String): The input string.

Returns:

Base16 encoding of the input string.

Was this page helpful?