Key Concepts

The System.Text namespace contains classes and types related to string manipulation, encoding, and decoding.

  • String Class: `String` - Represents a string value.
  • Encoding: Encoding types (e.g., UTF-8, ASCII) handle text representation.
  • Decoding: Decoding types convert encoded data to readable form.