Binary File to Base64 command

Summary

Encodes a binary file to the Base64 encoding.

Description

Encodes a binary file to the Base64 encoding.

How to Run

  • Default Menu: Convert > Encode/Decode > Binary File to Base64

  • All Commands: Convert > Encode/Decode > Binary File to Base64

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_ENCODE_BASE64_BINARY (3944)

Macros

[JavaScript]

editor.ExecuteCommandByID(3944);

[VBScript]

editor.ExecuteCommandByID 3944