Click or drag to resize
StringExtensionsIndexOfCSafe Method
Overload List
  NameDescription
Public methodStatic memberIndexOfCSafe(String, Char)
Reports the index of the first occurrence of the specified char in this instance. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberIndexOfCSafe(String, String)
Reports the index of the first occurrence of the specified string in the current String object. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberIndexOfCSafe(String, Char, Int32)
Reports the index of the first occurrence of the specified char in this instance. The search starts at a specified character position. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberIndexOfCSafe(String, String, Boolean)
Reports the index of the first occurrence of the specified string in the current String object. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberIndexOfCSafe(String, String, Int32)
Reports the index of the first occurrence of the specified string in this instance. The search starts at a specified character position. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberIndexOfCSafe(String, String, StringComparison)
Reports the index of the first occurrence of the specified string in the current String object. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberIndexOfCSafe(String, String, Int32, Boolean)
Reports the index of the first occurrence of the specified string in 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