StringUtilities..::..LastIndexOf Method
Overload List
| Name | Description | |
|---|---|---|
|
|
LastIndexOf(StringBuilder, String, Nullable<(Of <<'(Int32>)>>)) |
Returns the index of the last occurrence of a substring in the StringBuilder, or -1 if not found.
|
|
|
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.
|
|
|
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.
|

