Edit

Share via


IdSpan.AsSpan Method

Definition

Returns a span representation of this instance.

public ReadOnlySpan<byte> AsSpan ();
member this.AsSpan : unit -> ReadOnlySpan<byte>
Public Function AsSpan () As ReadOnlySpan(Of Byte)

Returns

A span representation fo this instance.

Applies to