show/hide this revision's text 2 Clarification

I would guess that sb is of type StringBuilder.

Append() adds the supplied string to the end of the string being built in the StringBuilder variable.

show/hide this revision's text 1

I would guess that sb is of type StringBuilder.

Append() adds the supplied string to the string being built in the StringBuilder variable.