Convert Bytes To Base 64 String
- 31 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Convert Bytes To Base 64 String
- Updated on 31 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?