Get Bytes From Base64 String Activity

Description

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

Usage

A workflow could use the Get Bytes From Base64 String activity to decode a base-64 encoded string into raw byte data and then use the Write File Bytes activity to write the byte data to a file on the server.

Inputs

Base64

Required

Type: String

The base-64 encoded string.

An invalid base-64 encoded string will cause an error.

Outputs

result

Type: Number[]

The decoded bytes.

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.