Get Base64 String From Bytes Activity

Description

The Get Base64 String From Bytes activity converts a byte array into a base-64 encoded string.

Usage

A workflow could use the Get Base64 String From Bytes activity to base-64 encode the byte content of a file read using the Read File Bytes activity.

Inputs

Bytes

Required

Type: Number[]

The byte content to encode.

Bytes are the raw binary values that represent content. A byte array is represented by a list of numbers between 0 and 255. Invalid byte content will cause an error.

One way byte content can be retrieved is by using the Read File Bytes activity.

Outputs

result

Type: String

The base-64 encoded string.

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity does not work when the device has intermittent connectivity to the network.