How to convert Image to byte?

@vanithavs
Try this

YourString=Convert.ToBase64String(byteArray)

Where YourString is String variable type

Print using Writeline activity