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