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.
Supported Environments
Environments capable of running this activity
Server
|
Client |
|||
Geocortex Web |
Geocortex Mobile |
Geocortex Viewer for HTML5 |
Web AppBuilder |
|
---|---|---|---|---|
|
|
|
|
|
Offline Support
This activity does not work when the device is offline.