How to convert the string to a byte array

I am trying to export some data from a database and convert the string to a byte array so that it can be downloaded. How can we achieve this?

Comments

  • amershaik_Decisions
    edited June 28

    If you want to convert the string to a byte array, kindly use the "Convert String to Byte Array" step from the Toolbox.

    This step will give the output in a byteArray.

Sign In or Register to comment.