Rate This Content
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view

We were unable to locate this content in hi-in.

Here is the same content in en-us.

This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Text Namespace

The System.Text namespace contains classes representing ASCII, Unicode, UTF-7, and UTF-8 character encodings; abstract base classes for converting blocks of characters to and from blocks of bytes; and a helper class that manipulates and formats String objects without creating intermediate instances of String.

  ClassDescription
Public classASCIIEncoding Represents an ASCII character encoding of Unicode characters.
Public classDecoder Converts a sequence of encoded bytes into a set of characters.
Public classDecoderExceptionFallback Throws DecoderFallbackException if an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
Public classDecoderExceptionFallbackBuffer Throws DecoderFallbackException when an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
Public classDecoderFallback Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character.
Public classDecoderFallbackBuffer Passes a string to a decoding operation that is emitted instead of an output character because an input byte sequence cannot be decoded.
Public classDecoderFallbackException The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited.
Public classDecoderReplacementFallback Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character. The fallback emits a user-specified replacement string instead of a decoded input byte sequence. This class cannot be inherited.
Public classDecoderReplacementFallbackBuffer Represents a substitute output string that is emitted when the original input byte sequence cannot be decoded. This class cannot be inherited.
Public classEncoder Converts a set of characters into a sequence of bytes.
Public classEncoderExceptionFallback Throws a EncoderFallbackException if an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited.
Public classEncoderExceptionFallbackBuffer Throws EncoderFallbackException when an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited.
Public classEncoderFallback Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence.
Public classEncoderFallbackBuffer Passes a string to an encoding operation that is emitted instead of any input character that cannot be encoded.
Public classEncoderFallbackException The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited.
Public classEncoderReplacementFallback Provides a failure handling mechanism, called a fallback, for an input character that cannot be converted to an output byte sequence. The fallback uses a user-specified replacement string instead of the original input character. This class cannot be inherited.
Public classEncoderReplacementFallbackBuffer Represents a substitute input string that is used when the original input character cannot be encoded. This class cannot be inherited.
Public classEncoding Represents a character encoding.
Public classEncodingInfo Provides basic information about an encoding.
Public classMLangCodePageEncodingInfrastructure.
Public classStringBuilderRepresents a mutable string of characters. This class cannot be inherited.
Public classUnicodeEncoding Represents a UTF-16 encoding of Unicode characters.
Public classUTF32Encoding Represents a UTF-32 encoding of Unicode characters.
Public classUTF7Encoding Represents a UTF-7 encoding of Unicode characters.
Public classUTF8Encoding Represents a UTF-8 encoding of Unicode characters.
  EnumerationDescription
Public enumerationNormalizationForm Defines the type of normalization to perform.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker