Click or drag to resize

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.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
int LastIndexOf(
	char value
)

Parameters

value  Char
The Unicode character to seek.

Return Value

Int32
The zero-based index position of value if that character is found, or -1 if it is not.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf current instance is not a JVM string
See Also