Plain Text to Base64 (UTF-8) command

Summary

Encodes the selected plain text to the Base64 encoding using the UTF-8 encoding.

Description

Encodes the selected plain text to the Base64 encoding using the UTF-8 encoding.

How to Run

  • Default Menu: Convert > Encode/Decode > Plain Text to Base64 (UTF-8)

  • All Commands: Convert > Encode/Decode > Plain Text to Base64 (UTF-8)

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_ENCODE_BASE64_UTF8 (3942)

Macros

[JavaScript]

editor.ExecuteCommandByID(3942);

[VBScript]

editor.ExecuteCommandByID 3942