Overload List

  Name Description
Public method Static member Contains(StringBuilder, Char)
Returns a value indicating whether the specified System.Char object occurs within this StringBuilder. (Invariant culture, Ignore case).
Public method Static member Contains(StringBuilder, String)
Returns a value indicating whether the specified System.String object occurs within this StringBuilder. (Invariant culture, Ignore case).

See Also