System Namespace String Class
Reports the index of the first occurrence of a String, or one or more characters, within the given String.
1. Reports the index of the first occurrence of a given Unicode character in the given String.
2. Reports the index of the first occurrence of the specified String in the given String.
3. Reports the index of the first occurrence of a given Unicode character in the given String. The search starts at a specified character position.
4. Reports the index of the first occurrence of the specified String in the given String. The search starts at a specified character position.
5. Reports the index of the first occurrence of the specified character in the given String. The search starts at a specified character position and examines a specified number of character positions.
6. Reports the index of the first occurrence of the specified String in the given String. The search starts at a specified character position and examines a specified number of character positions.
String Members