Skip to content

ReadOnlySpanExtensions Class

Extensions for the ReadOnlySpan<T> type.

C#
public static class ReadOnlySpanExtensions

Inheritance object

Gets the next instnace of the specified character in a char span.

C#
public static bool Next(this ReadOnlySpan<char> span, char value, out int index)

span ReadOnlySpan<char>
The span.

value char
The character to find.

index int
The index of the character.

bool
True when the character is found.