The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Strings::Mid Method
.NET Framework (current version)
Returns a string that contains characters from a specified string.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Mid(String^, Int32) | Returns a string that contains all the characters starting from a specified position in a string. |
![]() ![]() | Mid(String^, Int32, Int32) | Returns a string that contains a specified number of characters starting from a specified position in a string. |
Show:

