StringBuilder Recommended Reading

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,

I just wondered if anyone has any links to understand the StringBuilder
class in a bit more depth or a very good book tha you guys can recommend?

I like the style of step by step approach, so any help would be appreciated.

Thanks in advance
 
Hi LC,

you can visit:
http://msdn.microsoft.com/library/d...ml/frlrfsystemtextstringbuilderclasstopic.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvbpj01/html/gs0107.asp
http://www.c-sharpcorner.com/Code/2003/Feb/WorkingWithStringsP3.asp

About the books, I don't know if there is a book about StringBuilder alone.
Normally, you'll find books about VB.NET with a lot of chapters and only one
or two of them, dedicated to StringBuilder.

I hope that helps.

Kind Regards,

Jorge Serrano
MVP VB.NET
 

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