 | IStringJavaObjectIndexOfAny Method |
Reports the zero-based index of the first occurrence in this instance of any character in a specified array of Unicode characters.
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxint IndexOfAny(
char[] anyOf
)
Function IndexOfAny (
anyOf As Char()
) As Integer
Parameters
- anyOf Char
- A Unicode character array containing one or more characters to seek.
Return Value
Int32The zero-based index position of the first occurrence in this instance where any character in
anyOf was found; -1 if no character in
anyOf was found.
Exceptions
See Also