Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 685 Bytes

File metadata and controls

25 lines (15 loc) · 685 Bytes

Encode base64

Encode base64

Overview

Encodes provided string to Base64 string. Use this command to convert plain text to its Base64 representation for safe transport or storage in systems that require encoded data.

Parameters

1. sourceString (TEXTAREA)

  • Label: Source string
  • Description: The plain text string to encode as a Base64 string.
  • Required: Yes
  • Default: None
  • Constraints: None

Output

Returns a STRING containing the Base64-encoded representation of the input.

Exceptions

Throws BotCommandException on invalid input or internal failure.