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

int

Parameters

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.

Returns

int

Parameters