Zoomed Image

AMSX Scripting Language - Command : base64encode2

Summary

Encode a string as a standard Base64 string

Description

Encodes the input string as a standard Base64 string (with = padding). Unlike Base64Encode, this variant always uses the platform default encoding and produces standard (non-URL-safe) Base64 output.

Parameters

ParameterDescription
cmdthe string to encode

Syntax


Base64Encode2 "the string to encode"

Return to the AMSX Command Reference