Click or drag to resize
System.Text Namespace
The System.Text namespaces contain types for character encoding and string manipulation. A child namespace enables you to process text using regular expressions.
Classes
  ClassDescription
Public classASCIIEncoding
Represents an ASCII character encoding of Unicode characters.
Public classEncoding
Represents a character encoding.
Public classStringBuilder
Represents a mutable string of characters. This class cannot be inherited.
Public classUnicodeEncoding
Represents a UTF-16 encoding of Unicode characters.
Public classUTF8Encoding
Represents a UTF-8 encoding of Unicode characters.