Notifications
Clear all

[Closed] Can dotNet FileStream Conert to MS FileStream ?

Can dotNet FileStream Conert to MS FileStream ? Because I want use “execute FileStream” method.

Although I can save the dotNet FileSteam to hardDisk , and use MS open it . But But this will impact performance.

Is it possible?

1 Reply

You can read all bytes from the FileStream and convert that to a (.NET) string. .NET strings convert to mxs strings automatically, so you can call execute on that.