StringExtensions.Pos Method
.NET Standard 2.x
Finds one string within another string.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
Pos(this string strA, string strB) | Finds one string within another string. |
Pos(this string strA, string strB, int? startIndex) | Finds one string within another string. |