Bridge

String..::..LastIndexOf Method (Char)

Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public int LastIndexOf(
	char ch
)
<TemplateAttribute> _
Public Function LastIndexOf ( _
	ch As Char _
) As Integer
[TemplateAttribute]
public:
int^ LastIndexOf(
	wchar_t^ ch
)

Parameters

ch
Type: System..::..Char

Return Value

The zero-based index position of value if that character is found, or -1 if it is not.