Visual Basic 2005 with .NET 3.0 Programmer's Reference
Visual Basic provides two concatenation operators: + and &. Both join two strings together. Because the + symbol also represents an arithmetic operator, your code will be easier to read if you use the & symbol for concatenation.
Категории