Document toolboxDocument toolbox

To base64, b64, hex (to64)

Description

Returns a base64 string from the given byte array. This is the inverse of the From base64, b64 (from64) operation. For more information about byte arrays, see the Make byte array (mkboxar) operation.

How does it work in the search window?

This operation needs only one argument:

Argument

Data type

Argument

Data type

Boxar mandatory

boxar(int1)

The data type of the new column is string.

How does it work in LINQ?

Use the operator select... as...  and add the operation syntax to create the new column. This is the syntax of the To base64, b64, hex operation:

  • to64(boxar(int1))