Base64 to Binary File command¶
Summary¶
Decodes the selected Base64 encoded text to a binary file.
Description¶
Decodes the selected Base64 encoded text to a binary file.
How to Run¶
Default Menu: Convert > Encode/Decode > Base64 to Binary File
All Commands: Convert > Encode/Decode > Base64 to Binary File
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_DECODE_BASE64_BINARY (3943)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3943);
[VBScript]¶
editor.ExecuteCommandByID 3943