System.Text Namespace

Provides fundamental classes that support the encoding and decoding of characters, including the ability to access all the .NET character encodings.

System.Text.Encoding Class

Represents a character encoding. Encoding objects are immutable.

View all members of Encoding

System.Text.StringBuilder Class

Represents a mutable sequence of characters.

View all members of StringBuilder

System.Text.Decoder Class

Represents a character decoder.

View all members of Decoder

System.Text.Encoder Class

Represents a character encoder.

View all members of Encoder