Mono Class Library: Namespaces

System.Text Namespace

The System.Text namespace contains types for converting text between encodings, such as ASCII and UTF-8. The namespace also contains the StringBuilder class which can be used to create and modify string values more efficiently than by concatenating String objects. [Edit]

Classes

TypeReason
ASCIIEncodingRepresents an ASCII character implementation of System.Text.Encoding .
Decoder Converts blocks of bytes into blocks of characters, maintaining state across successive calls for reading from a System.IO.Stream.
DecoderExceptionFallbackDocumentation for this section has not yet been entered.
DecoderExceptionFallbackBufferDocumentation for this section has not yet been entered.
DecoderFallbackDocumentation for this section has not yet been entered.
DecoderFallbackBufferDocumentation for this section has not yet been entered.
DecoderFallbackExceptionDocumentation for this section has not yet been entered.
DecoderReplacementFallbackDocumentation for this section has not yet been entered.
DecoderReplacementFallbackBufferDocumentation for this section has not yet been entered.
Encoder Converts blocks of characters into blocks of bytes.
EncoderExceptionFallbackDocumentation for this section has not yet been entered.
EncoderExceptionFallbackBufferDocumentation for this section has not yet been entered.
EncoderFallbackDocumentation for this section has not yet been entered.
EncoderFallbackBufferDocumentation for this section has not yet been entered.
EncoderFallbackExceptionDocumentation for this section has not yet been entered.
EncoderReplacementFallbackDocumentation for this section has not yet been entered.
EncoderReplacementFallbackBufferDocumentation for this section has not yet been entered.
Encoding Represents a character encoding.
EncodingInfoDocumentation for this section has not yet been entered.
StringBuilder Represents a mutable string of characters.
UnicodeEncodingRepresents a Unicode implementation of System.Text.Encoding.
UTF32EncodingDocumentation for this section has not yet been entered.
UTF7EncodingDocumentation for this section has not yet been entered.
UTF8Encoding Represents a UTF8 character System.Text.Encoding.

Enumerations

TypeReason
NormalizationFormDocumentation for this section has not yet been entered.