StringExtensionsLastIndexOfCSafe Method |
Name | Description | |
---|---|---|
LastIndexOfCSafe(String, Char) |
Reports the index position of the last occurrence of a specified char within this instance. This method is culture safe - it fixes some problems with different cultures.
| |
LastIndexOfCSafe(String, String) |
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.
| |
LastIndexOfCSafe(String, String, Boolean) |
Reports the index position of the last occurrence of a specified string within this instance. This method is culture safe - it fixes some problems with different cultures.
| |
LastIndexOfCSafe(String, String, Int32) |
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.
|