Explanation Box 1: First we create the variable. Box 2: We create the first text line. Box 3: We add a blank line. The StringBuilder.AppendLine method appends the default line terminator to the end of the current StringBuilder object. Box 4: Finally we add the second line.