Troubleshooting Strings in Visual Basic
This section provides advice on how to troubleshoot string manipulation in Visual Basic.
In This Section
- Troubleshooting Regular Expressions in Visual Basic
Lists topics that describe the basic concepts behind using strings in Visual Basic.
Related Sections
Nothing and Strings in Visual Basic
Describes how the Visual Basic runtime and the .NET Framework evaluate Nothing differently when it comes to strings.How Culture Affects Strings in Visual Basic
Discusses how Visual Basic uses culture information to perform string conversions and comparisons.Zero-based vs. One-based String Access in Visual Basic
Compares how Visual Basic and the .NET Framework provide access to the characters in a string.