Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
The Convert Image Bytes to Base 64 component takes in a byte array and converts it into a single base 64 string. The result is the base 64 contents of the image in the form of a string.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Image Bytes | The byte array to convert to a string. | List of Byte |
Outputs
Property | Description | Data Type |
---|---|---|
ConvertBytesToBase64String1_Output | Converted string. | String |