Reports the index position of the last occurrence of a specified char 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
- chr
- Type: System Char
Char to find
- startIndex
- Type: System Int32
The search starting position
- count
- Type: System Int32
Count of searched characters
Return Value
Type: Int32See Also