Skip to content

Download Blob to string incorrect docs #390

@bark-condatis

Description

@bark-condatis

public static async Task DownloadBlobToStringAsync(BlobClient blobClient)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions