Skip to main content
Log in

Mojo function

b64encode

b64encode(str: String) -> String

Performs base64 encoding on the input string.

Args:

  • str (String): The input string.

Returns:

Base64 encoding of the input string.

Was this page helpful?