تحرير

مشاركة عبر


Blob.AsSpan Method

Definition

Returns a span that wraps the data.

public ReadOnlySpan<byte> AsSpan();

Returns

Returns the span that wraps the data.

Remarks

If the data is released, then the span becomes invalid.

Applies to