Base64Decode

concerns

The Base64Decode attribute function decrypts the contents of the passed code and writes the result into the variable.

 

Syntax

Base64Decode(Code, [ConvertToString])

Return value

None

 

Parameter

Use

Name

Type

Passing

Description

Required

Code

Variant

ByVal

Coded String

Optional

ConvertToString

Boolean

ByVal

If False, the decoding is stored as ByteArray in of the Variant variables.
If True, the decoding is converted to a readable string
.

Note

When images or other non readable data are decrypted, ConvertToString should be set False.

Base64Decode is the inverse function of Base64Encode.

 

See also Base64Encode