Skip to main content
Log in

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.