I'm working in UiPath C# I need to send text file through API call, I need to fetch new file every time and convert to byte and send it through API what activities i need to use to convert it to content byte array and send it.
I have no idea about converting it to bytes.