Mojo function
b16decode
b16decode(str: StringSlice[origin]) -> String
Performs base16 decoding on the input string.
Args:
- str (
StringSlice[origin]
): A base16 encoded string.
Returns:
The decoded string.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!