Overload List

  Name Description
Public method Static member LastIndexOf(StringBuilder, String)
Reports the zero-based index position of the last occurrence of a specified string within this instance. Parameters specify the starting search position in the current string, the number of characters in the current string to search, and the type of search to use for the specified string. (Invariant culture, Ignore case).
Public method Static member LastIndexOf(StringBuilder, String, Int32)
Reports the zero-based index position of the last occurrence of a specified string within this instance. Parameters specify the starting search position in the current string, the number of characters in the current string to search, and the type of search to use for the specified string. (Invariant culture, Ignore case).

See Also