StringSegmentTrimStart Method

Overload List

TrimStart Removes all the leading white-space characters from the current StringSegment.
TrimStart(Char) Removes all leading instances of a character from the current StringSegment.
TrimStart(Char) Removes all leading occurrences of a set of characters specified in an array from the current StringSegment.
TrimStart(ReadOnlySpanChar) Removes all leading occurrences of a set of characters specified in an array from the current StringSegment.

See Also