Strings (C# Programming Guide)
The following sections discuss the string data type, which is an alias for the String class.
In This Section
Using Strings (C# Programming Guide)
How to: Parse Strings Using the Split Method (C# Programming Guide)
How to: Search Strings Using String Methods (C# Programming Guide)
How to: Search Strings Using Regular Expressions (C# Programming Guide)
How to: Join Multiple Strings (C# Programming Guide)
How to: Modify String Contents (C# Programming Guide)