Convert Bytes To Base 64 String
  • 31 Oct 2022
  • 1 Minute to read
  • Dark
    Light

Convert Bytes To Base 64 String

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
Image BytesThe byte array to convert to a string.List of Byte

Outputs

PropertyDescriptionData Type
ConvertBytesToBase64String1_Output
Converted string.String


Was this article helpful?