StringExtensions.MidA Method
.NET Standard 2.x
Temporarily converts a string to DBCS, then returns bytes from the string, starting from a specified position.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
MidA(this string source, int? startIndex) | Temporarily converts a string to DBCS, then returns bytes from the string, starting from a specified position. |
MidA(this string source, int? startIndex, int? length) | Temporarily converts a string to DBCS, then returns the specified number of bytes from the string, starting from a specified position. |