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:
- str (
StringSlice): A base64 encoded string.
Returns:
String: The decoded string.
Raises:
If the operation fails.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!