Hi,
I was wondering if there is a way to convert the contents of a byte[] variable into a XML variable, for example, I download a file asynchronously into a byte[] variable and then I want to read it as an XML file.
Is there a straightforward way to do this, or do I have to first save it and then read as XML or maybe create a function to download the file asynchronously already as an XML file?
Thanks in advance
1