Skip to main content

Mojo function

b16decode

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

Performs base16 decoding on the input string.

Args:

Returns:

String: The decoded string.

Was this page helpful?