what is the difference between these two methods?
Is one more efficient than the other?
I was thinking maybe the AppendText() uses a method similar to the StringBuilder, ie it uses its own cache instead of creating and appending a new string each time, is that true?
Thanks.