Objective 2.7: Manipulate strings
Text is one of the most important concepts in almost every application, so C# offers quite a lot of support when working with text. All this support revolves around the built-in type System.String. When creating your applications, you often manipulate strings. For example, adding strings together, searching for a certain string or character within another string, iterating over a string, and then finally formatting them for display is a common practice. You will learn how to perform all those steps while keeping an eye on both usability and performance.
Using strings in the .NET Framework
A string in C# is an object of ...
Get Exam Ref 70-483: Programming in C# 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.