Edit

Share via


ValueString.Span Property

Definition

Gets the character contents of the string.

public ReadOnlySpan<char> Span { get; }
member this.Span : ReadOnlySpan<char>
Public ReadOnly Property Span As ReadOnlySpan(Of Char)

Property Value

Applies to