Hi, How can i convert outStream object to Text in Business Central Wave 2 ?
previously i was doing this;
tempBlob.Init();
TempBlob.Blob.CreateOutStream(Ostream);
Xmlport.Export(70112320, Ostream, glAccount);
StreamText := tempblob.ToBase64String();
exit(StreamText);
how can I achieve this in wave 2 ?