Reports the index position of the last occurrence of a specified string within this instance. The search starts at a specified character position. This method is culture safe - it fixes some problems with different cultures.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- value
- Type: System String
String object
- str
- Type: System String
String to find
- startIndex
- Type: System Int32
The search starting position
Return Value
Type: Int32See Also