StringSegmentStartsWith Method

Overload List

StartsWith(Char) Gets whether this StringSegment instance starts with the specified value.
StartsWith(ReadOnlySpanChar, StringComparison) Gets whether this StringSegment instance starts with the specified value using the specified comparison.
StartsWith(String, StringComparison) Gets whether this StringSegment instance starts with the specified value using the specified comparison.
StartsWith(StringSegment, StringComparison) Gets whether this StringSegment instance starts with the specified value using the specified comparison.

See Also