13 | Working with Strings

Since oftentimes in our applications we’ll want to work with string data, this lesson approaches a number of different string manipulations. We look at built-in String methods to manipulate the content inside of a literal string and at the StringBuilder class for concatenating many strings together in a memory and resource-friendly manner. ------------------------------------------------------------------------------------------------- Microsoft Virtual Academy (MVA) Course: C# Fundamentals for Absolute B
Back to Top