MemoryExtensionsSplitOnce Method

Overload List

SplitOnce(ReadOnlyMemoryChar, ReadOnlySpanChar, StringComparison) Splits a read-only memory region of characters into two parts at the first occurrence of a separator.
SplitOnce(ReadOnlySpanChar, ReadOnlySpanChar, StringComparison) Splits a span of characters into two parts at the first occurrence of a separator.
SplitOnce(ReadOnlyMemoryChar, ReadOnlySpanChar, CultureInfo, CompareOptions) Splits a read-only memory region of characters into two parts at the first occurrence of a separator.
SplitOnce(ReadOnlySpanChar, ReadOnlySpanChar, CultureInfo, CompareOptions) Splits a span of characters into two parts at the first occurrence of a separator.
SplitOnceT(ReadOnlyMemoryT, T) Splits a ReadOnlyMemoryT into two parts at the first occurrence of a separator.
SplitOnceT(ReadOnlyMemoryT, ReadOnlySpanT) Splits a ReadOnlyMemoryT into two parts at the first occurrence of a separator.
SplitOnceT(ReadOnlySpanT, T) Splits a ReadOnlySpanT into two parts at the first occurrence of a separator.
SplitOnceT(ReadOnlySpanT, ReadOnlySpanT) Splits a ReadOnlySpanT into two parts at the first occurrence of a separator.

See Also