StringUtilities..::..LastIndexOf Method (StringBuilder, String, Nullable<(Of <(<'Int32>)>)>)
Returns the index of the last occurrence of a substring in the StringBuilder, or -1 if not found.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static int LastIndexOf( this StringBuilder stringBuilder, string value, Nullable<int> startIndex )
<ExtensionAttribute> _ Public Shared Function LastIndexOf ( _ stringBuilder As StringBuilder, _ value As String, _ startIndex As Nullable(Of Integer) _ ) As Integer
Parameters
- stringBuilder
- Type: StringBuilder
The StringBuilder to search.
- value
- Type: String
The substring to seek.

