 | IStringJavaObjectLastIndexOf(Char) Method |
Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance.
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxint LastIndexOf(
char value
)
Function LastIndexOf (
value As Char
) As Integer
Parameters
- value Char
- The 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