Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Convert category

Command: Base64 to Plain Text (UTF-8) command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Convert category

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

Copyright © 2003-2023 by Emurasoft, Inc.