Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Convert category

Command: Plain Text to Base64 (Current Encoding) command

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

Plain Text to Base64 (Current Encoding) command

Summary

Encodes the selected plain text to the Base64 encoding using the current encoding.

Description

Encodes the selected plain text to the Base64 encoding using the current encoding.

How to Run

Default Menu: Convert > Encode/Decode > Plain Text to Base64 (Current Encoding)

All Commands: Convert > Encode/Decode > Plain Text to Base64 (Current Encoding)

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_ENCODE_BASE64 (3940)

Macros

[JavaScript]

editor.ExecuteCommandByID(3940);

[VBScript]

editor.ExecuteCommandByID 3940

Copyright © 2003-2023 by Emurasoft, Inc.