Strings (C# Programming Guide)

The following sections discuss the string data type, which is an alias for the String class.

In This Section

  • Basic String Operations
    Provides links to topics that explain basic string operations.

  • Comparing Strings
    Includes information about how to compare strings and provides examples in C# and Visual Basic.

  • LINQ and Strings
    Provides information about how to perform various string operations by using LINQ queries.

  • C# Programming Guide
    Provides links to topics that explain programming constructs in C#.