String.IndexOfAny Method
.NET Framework 3.0
Reports the index of the first occurrence in this instance of any character in a specified array of Unicode characters.
| Name | Description |
|---|---|
| String.IndexOfAny (Char[]) | Reports the index of the first occurrence in this instance of any character in a specified array of Unicode characters. Supported by the .NET Compact Framework. |
| String.IndexOfAny (Char[], Int32) | Reports the index of the first occurrence in this instance of any character in a specified array of Unicode characters. The search starts at a specified character position. Supported by the .NET Compact Framework. |
| String.IndexOfAny (Char[], Int32, Int32) | Reports the index of the first occurrence in this instance of any character in a specified array of Unicode characters. The search starts at a specified character position and examines a specified number of character positions. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: