Summary
public int IndexOf(char ch)
Reports the zero-based index of the first occurence of the specified character, relative to Start . Returns -1 if nothing was found.
Returns
Parameters
- char ch
Summary
public int IndexOf(char ch, int start)
Reports the zero-based index of the first occurence of the specified character, relative to Start . Returns -1 if nothing was found.