System.String / System.Text.StringBuilder

  • Thread starter Thread starter RP
  • Start date Start date
R

RP

I want to use:

System.String, and
System.Text.StringBuilder

But both are not visible when I press System.
I even checked the references, but the names are not visible there
also. How to use them?
 
What project type do you create? These classes are in the mscorlib assembly,
that assembly is referenced by all projects.

Regards,

Bela Istok
 

Ask a Question

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.

Ask a Question

Back
Top