Building Strings in Visual Basic
This section discusses how to build strings in Visual Basic.
In This Section
How to: Create Strings Using a StringBuilder in Visual Basic
Constructs a long string from many smaller strings using the StringBuilder class.How to: Generate Multiline String Literals (Visual Basic)
Constructs a string literal that is three lines long.