开发者

reading an IsolatedStorageFile in Silverlight

开发者 https://www.devze.com 2022-12-19 03:13 出处:网络
I would like to take a file in isolatedstorage and convert it to a filestream for reading. how do I do this in code?开发者_运维知识库You mean an IsolatedStorageFileStream? Your question provides the

I would like to take a file in isolatedstorage and convert it to a filestream for reading.

how do I do this in code?开发者_运维知识库


You mean an IsolatedStorageFileStream? Your question provides the answer already.

Edit: Just saw that the msdn page for the silverlight version of this class doesn't provide an example. The link points to the "normal" implementation though and explains exactly how to use it.

0

精彩评论

暂无评论...
验证码 换一张
取 消