StringUtilities..::..LastIndexOf Method

Overload List


  Name Description
Public method Static member LastIndexOf(StringBuilder, String, Nullable<(Of <<'(Int32>)>>))
Returns the index of the last occurrence of a substring in the StringBuilder, or -1 if not found.
Public method Static member LastIndexOf(StringBuilder, String, Nullable<(Of <<'(Int32>)>>), StringComparison)
Returns the index of the last occurrence of a substring in the StringBuilder, using the specified StringComparison, or -1 if not found.
Public method Static member LastIndexOf(StringBuilder, String, StringComparison)
Returns the index of the last occurrence of a substring in the StringBuilder, using the specified StringComparison, or -1 if not found.