Base64

Module

Provides functions for base64 encoding strings.

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.