Strings in Visual Basic
This section describes the basic concepts behind using strings in Visual Basic.
In This Section
Introduction to Strings in Visual Basic
Lists topics that describe the basic concepts behind using strings in Visual Basic.Building Strings in Visual Basic
Lists topics that discuss how to create new strings.Converting Between Strings and Other Data Types in Visual Basic
Lists topics that describe how to convert strings into other data types.Validating Strings in Visual Basic
Lists topics that discuss how to validate strings.Search and Replace for Strings in Visual Basic
Lists topics that discuss how to use search and replace for strings.Parsing Strings in Visual Basic
Lists topics that discuss how to parse strings.Troubleshooting Strings in Visual Basic
Lists topics that provide advice on how to troubleshoot string manipulation.