StringSegmentAsSpan Property

Returns the current StringSegment instance as a ReadOnlySpanT of characters.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public ReadOnlySpan<char> AsSpan { get; }

Property Value

ReadOnlySpanChar

Remarks

  Note

This member is available in .NET Core 2.1/.NET Standard 2.1 and above.

See Also