# encodeBase64String

## Description

Encode a string or text to base64, by replacing the instances of certain characters from utf-8 encoding characters.

See 'decodeBase64String' function for the base64 decoding function.

## Input / Parameter

| Name   | Description              | Input Type  | Default | Options | Required |
| ------ | ------------------------ | ----------- | ------- | ------- | -------- |
| string | The value to be encoded. | String/Text | -       | -       | Yes      |

## Output

| Description                | Output Type |
| -------------------------- | ----------- |
| Returns the encoded value. | String/Text |

## Callback

N/A

## Video

Coming soon.

## Example

Coming soon.

### Steps

Coming soon.

### Result

Coming soon.

## Links
