Summary

public int IndexOfAny(Char[] chars)

Reports the zero-based index of the first occurence of one of the provided characters, relative to Start . Returns -1 if nothing was found.

Returns

int

Parameters