StringSegmentIndexOfAny Method

Overload List

IndexOfAny(Char) Gets the zero-based index of the first occurrence in this StringSegment of any character in the specified array.
IndexOfAny(Char, Int32) Gets the zero-based index of the first occurrence in this StringSegment of any character in the specified array using the specified startIndex.
IndexOfAny(Char, Int32, Int32) Gets the zero-based index of the first occurrence in this StringSegment of any character in the specified array using the specified startIndex and count values.

See Also