The Get Base64 String From Bytes activity converts a byte array into a base-64 encoded string.
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.
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. |
result |
Type: String The base-64 encoded string. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity does not work when the device has intermittent connectivity to the network.