System.Text Namespace
Contains classes for encoding strings.
Classes
Name | Description | |
---|---|---|
![]() |
Decoder | Converts a sequence of encoded bytes into a set of characters. |
![]() |
Encoding | Represents a character encoding. |
![]() |
StringBuilder | The StringBuilder class represents a mutable string of characters. This class cannot be inherited. |
![]() |
UTF8Encoding | Represents a UTF-8 encoding of Unicode characters. |