 | IStringJavaObjectIndexOf(Char) Method |
Reports the zero-based index of the first occurrence of the specified Unicode character in this string.
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxint IndexOf(
char value
)
Function IndexOf (
value As Char
) As Integer
Parameters
- value Char
- A Unicode character to seek.
Return Value
Int32The zero-based index position of
value if that character is found, or -1 if it is not.
Exceptions
See Also