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.
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.