StringExtensions.PosA Method
.NET Standard 2.x
Temporarily converts a string from Unicode to DBCS based on the current locale, then finds one string within another string.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
PosA(this string strA, string strB) | Temporarily converts a string from Unicode to DBCS based on the current locale, then finds one string within another string. |
PosA(this string strA, string strB, int? startIndex) | Temporarily converts a string from Unicode to DBCS based on the current locale, then finds one string within another string. |