Top "Storagefile" questions

The StorageFile class represents a file in Windows Store apps.

Convert Image to Base64 string

I am trying to convert an Image file to Base64 string in UWP with StorageFile Here's the method I have: …

c# image-processing uwp base64 storagefile
How delete file in localstorage on winrt?

i try whithout success to delete a file in my local storage. Exactly, i took a photo and i want …

c# windows-8 windows-runtime local-storage storagefile
WinRT StorageFile write downloaded file

I'm struggling with a easy problem. I want to download an image from web using this code: WebRequest requestPic = WebRequest.…

stream download windows-runtime webresponse storagefile