Chapter 5 Manipulating Strings

Strings are ubiquitous in programming, so much so that the .NET Framework Class Library (FCL) has extensive support for strings. Besides the string type with numerous methods, there is a special class called StringBuilder for manipulating strings efficiently. In this chapter, you’ll read about the string and StringBuilder types.

A related ...

Get C# 3.0 Unleashed: With the .NET Framework 3.5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.