The following sections discuss the string data type, which is an alias for the String class.
Describes the concept of strings in C#.
Provides a code example that illustrates how to modify the contents of strings.
Illustrates how to use the + operator and the Stringbuilder class to join strings together at compile time and run time.
Shows how to perform ordinal comparisons of strings.
Contains a code example that illustrates how to use the String.Split method to parse strings.
Explains how to use specific methods to search strings.
Explains how to use regular expressions to search strings.
Shows how to safely parse a string to see whether it has a valid numeric value.
Shows how to convert a string such as "01/24/2008" to a System.DateTime object.
Provides links to topics that explain basic string operations.
Includes information about how to compare strings and provides examples in C# and Visual Basic.
Provides information about how to perform various string operations by using LINQ queries.
Provides links to topics that explain programming constructs in C#.