StringExtensionsIndexOfCSafe Method |
Name | Description | |
---|---|---|
IndexOfCSafe(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.
| |
IndexOfCSafe(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.
| |
IndexOfCSafe(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.
| |
IndexOfCSafe(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.
| |
IndexOfCSafe(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.
| |
IndexOfCSafe(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.
|