Skip to main content

Mojo function

b64decode

b64decode[*, validate: Bool = False](str: StringSlice[origin]) -> String

Performs base64 decoding on the input string.

Parameters:

  • validate (Bool): If true, the function will validate the input string.

Args:

Returns:

String: The decoded string.

Was this page helpful?