Base64Encode

concerns

The Base64Encode attribute function encrypts the contents of the variable.

 

Syntax

Base64Encode()

Return value

Type

Description

String

The binary value of the variable’s content encrypted in Base64

Parameter

None

 

Note

Base64 is a readable representation of binary data.

 

See also Base64Decode