String..::..IndexOfAny Method (array<Char>[]()[][])
Reports the zero-based index of the first occurrence in this instance of any character in a specified array of Unicode characters.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int IndexOfAny( char[] anyOf )
<TemplateAttribute> _ Public Function IndexOfAny ( _ anyOf As Char() _ ) As Integer
[TemplateAttribute] public: int^ IndexOfAny( array<wchar_t^>^ anyOf )
Parameters
- anyOf
- Type: array<System..::..Char>[]()[][]
A Unicode character array containing one or more characters to seek.