November 2017
Intermediate to advanced
800 pages
30h 51m
English
One of the other most common types of data for variables is text. The most common types in .NET Standard 2.0 for working with text are shown in the following table:
|
Namespace |
Example types |
Description |
|
System |
Char |
Storage for a single text character |
|
System |
String |
Storage for multiple text characters |
|
System.Text |
StringBuilder |
Efficiently manipulates strings |
|
System.Text .RegularExpressions |
Regex |
Efficiently pattern-matches strings |
Read now
Unlock full access