StringSegmentIndexOfAny(Char) Method
Gets the zero-based index of the first occurrence in this
StringSegment of any character in the specified array.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public int IndexOfAny(
params char[] values
)
Public Function IndexOfAny (
ParamArray values As Char()
) As Integer
public:
int IndexOfAny(
... array<wchar_t>^ values
)
member IndexOfAny :
values : char[] -> int
- values Char
- The character values to search.
Int32The zero-based index position of the first occurrence in this
StringSegment where any character in the specified array was found; otherwise, -1.