You need to import System.Text via the 'using' statement, or use
System.Text.StringBuilder to refer to the class.
The comment is that if you do not have a 'using' statement for the namespace
a class is located in, you have to use the fully qualified name of the
class.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.