Код: Выделить всё
await blob.DownloadToAsync(memoryStream)
memorystream.position=0
Using streamReader reader = new streamReader(memoryStream))
string data = reader.ReadtoEnd()
Подробнее здесь: https://stackoverflow.com/questions/797 ... -exception
Мобильная версия