Notifications
Clear all
[Closed] Can dotNet FileStream Conert to MS FileStream ?
Aug 21, 2012 3:24 pm
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
Aug 21, 2012 3:24 pm
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.