適合印表機的版本      送出     
按一下以給予評分及指教
MSDN
MSDN Library
.NET 開發
.NET Framework
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
 全部摺疊全部展開        代碼:全部顯示 代碼:選擇性顯示 代碼:Visual Basic 代碼:C# 代碼:Visual C++ 代碼:J# 代碼:JScript 
System.Text 命名空間
[此文章主題屬於 Visual Studio 先期發行版本的文件, 在最後發行的版本中仍有可能更改。空白的主題則是用作預留的空間。]

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.

  類別說明
公用類別ASCIIEncodingRepresents an ASCII character encoding of Unicode characters.
公用類別DecoderConverts a sequence of encoded bytes into a set of characters.
公用類別DecoderExceptionFallbackThrows DecoderFallbackException if an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
公用類別DecoderExceptionFallbackBufferThrows DecoderFallbackException when an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
公用類別DecoderFallbackProvides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character.
公用類別DecoderFallbackBufferPasses a string to a decoding operation that is emitted instead of an output character because an input byte sequence cannot be decoded.
公用類別DecoderFallbackExceptionThe exception that is thrown when a decoder fallback operation fails. This class cannot be inherited.
公用類別DecoderReplacementFallbackProvides 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.
公用類別DecoderReplacementFallbackBufferRepresents a substitute output string that is emitted when the original input byte sequence cannot be decoded. This class cannot be inherited.
公用類別EncoderConverts a set of characters into a sequence of bytes.
公用類別EncoderExceptionFallbackThrows a EncoderFallbackException if an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited.
公用類別EncoderExceptionFallbackBufferThrows EncoderFallbackException when an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited.
公用類別EncoderFallbackProvides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence.
公用類別EncoderFallbackBufferPasses a string to an encoding operation that is emitted instead of any input character that cannot be encoded.
公用類別EncoderFallbackExceptionThe exception that is thrown when an encoder fallback operation fails. This class cannot be inherited.
公用類別EncoderReplacementFallbackProvides 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.
公用類別EncoderReplacementFallbackBufferRepresents a substitute input string that is used when the original input character cannot be encoded. This class cannot be inherited.
公用類別EncodingRepresents a character encoding.
公用類別EncodingInfoProvides basic information about an encoding.
公用類別MLangCodePageEncoding基礎架構。
公用類別NormalizationFormDefines the type of normalization to perform.
公用類別StringBuilder表示可變動的字元字串。這個類別無法被繼承。
公用類別UnicodeEncodingRepresents a UTF-16 encoding of Unicode characters.
公用類別UTF32EncodingRepresents a UTF-32 encoding of Unicode characters.
公用類別UTF7EncodingRepresents a UTF-7 encoding of Unicode characters.
公用類別UTF8EncodingRepresents a UTF-8 encoding of Unicode characters.
© 2008 Microsoft Corporation. All rights reserved. 使用規定  |  商標  |  隱私權聲明
Page view tracker