StringUtilities..::..IndexOf Method

Overload List


  Name Description
Public method Static member IndexOf(StringBuilder, String, Int32)
Returns the index of the first occurrence of a substring in the StringBuilder, or -1 if not found.
Public method Static member 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.
Public method Static member 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.