Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 1 rated this helpful - Rate this topic

Manipulating Strings 

The .NET Framework provides an extensive set of routines that enable you to efficiently create, compare, and modify strings as well as rapidly parse large amounts of text and data to search for, remove, and replace text patterns.

In This Section

.NET Framework Regular Expressions

Provides a brief introduction to .NET regular expressions.

Basic String Operations

Describes the basic string operations provided by the .NET Framework.

Related Sections

Converting Types

Explains the techniques and rules used to convert types using the .NET Framework.

Formatting Types

Provides how to use the base class library to implement formatting, how to format numeric types, how to format string types, and how to format for a specific culture.

Parsing Strings

Describes how to initialize objects to the values described by string representations of those objects. Parsing is the inverse operation of formatting.

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.