| System.Text Namespace |
| Class | Description | |
|---|---|---|
| ASCIIEncoding | Represents an ASCII character encoding of Unicode characters. | |
| Encoding | Represents a character encoding. | |
| StringBuilder | Represents a mutable string of characters. This class cannot be inherited. | |
| UnicodeEncoding | Represents a UTF-16 encoding of Unicode characters. | |
| UTF8Encoding | Represents a UTF-8 encoding of Unicode characters. |