Azure-Samples / Azure-Samples/AzureStorageSnippets

Download Blob to string incorrect docs

Open
#390 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
41
Forks
46
PR merge metrics
No merged PRs in 30d

Description

https://github.com/Azure-Samples/AzureStorageSnippets/blob/264023a1c07c2118ede368f88d94d707f1bce716/blobs/howto/dotnet/BlobDevGuideBlobs/DownloadBlob.cs#L45

should be
Response? downloadResult = await blobClient.DownloadContentAsync();
string blobContents = downloadResult.Value.Content.ToString();

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.