Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.