Click or drag to resize
StringExtensionsLastIndexOfCSafe Method
Overload List
  NameDescription
Public methodStatic memberLastIndexOfCSafe(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.
Public methodStatic memberLastIndexOfCSafe(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.
Public methodStatic memberLastIndexOfCSafe(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.
Public methodStatic memberLastIndexOfCSafe(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.
Public methodStatic memberLastIndexOfCSafe(String, String, StringComparison)
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.
Public methodStatic memberLastIndexOfCSafe(String, Char, Int32, Int32)
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.
Public methodStatic memberLastIndexOfCSafe(String, String, Int32, Boolean)
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.
Public methodStatic memberLastIndexOfCSafe(String, String, Int32, 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.
Top
See Also