Udostępnij za pośrednictwem


Conversion.IsSpan Property

Definition

Returns true if the conversion is a span conversion.

public bool IsSpan { get; }
member this.IsSpan : bool
Public ReadOnly Property IsSpan As Boolean

Property Value

Remarks

Span conversion is available since C# 13 as part of the "first-class Span types" feature.

Applies to