StringExtensions.LastPos Method
.NET Standard 2.x
Finds the last position of a target string in a source string.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
| Method | Description |
|---|---|
| LastPos(this string strA, string strB) | Finds the last position of a target string in a source string. |
| LastPos(this string strA, string strB, int? searchlength) | Finds the last position of a target string in a source string. |