String..::..LastIndexOf Method (Char)
Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance.
Namespace:
SystemAssembly: 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