Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.