Skip to main content

Mojo function

b16encode

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

Performs base16 encoding on the input string slice.

Args:

Returns:

String: Base16 encoding of the input string.

Was this page helpful?