Concatenation


When we need to create one string from many pieces we will concatenate them using the concatenation operator -- &.

 

lblTotalDue.Text = "Total amount Due = " & decAmtDue & "."