Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Returns a string that contains characters from a specified string.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMid(String^, Int32)

Returns a string that contains all the characters starting from a specified position in a string.

System_CAPS_pubmethodSystem_CAPS_staticMid(String^, Int32, Int32)

Returns a string that contains a specified number of characters starting from a specified position in a string.

Return to top
Show:
© 2017 Microsoft