Base64 to Plain Text (UTF-8) command¶
Summary¶
Decodes the selected Base64 encoded text to plain text using the UTF-8 encoding.
Description¶
Decodes the selected Base64 encoded text to plain text using the UTF-8 encoding.
How to Run¶
Default Menu: Convert > Encode/Decode > Base64 to Plain Text (UTF-8)
All Commands: Convert > Encode/Decode > Base64 to Plain Text (UTF-8)
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_DECODE_BASE64_UTF8 (3941)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3941);
[VBScript]¶
editor.ExecuteCommandByID 3941