StringUtilities..::..IndexOf Method
Overload List
| Name | Description | |
|---|---|---|
|
|
IndexOf(StringBuilder, String, Int32) |
Returns the index of the first occurrence of a substring in the StringBuilder, or -1 if not found.
|
|
|
IndexOf(StringBuilder, String, Int32, StringComparison) |
Returns the index of the first occurrence of a substring in the StringBuilder, using the specified StringComparison, or -1 if not found.
|
|
|
IndexOf(StringBuilder, String, StringComparison) |
Returns the index of the first occurrence of a substring in the StringBuilder, using the specified StringComparison, or -1 if not found.
|

