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.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!