namespace Text
This namespace contains:
| namespace Json | |
| namespace RegularExpressions | |
| namespace Unicode | |
| class Ascii | |
| class ASCIIEncoding | Represents an ASCII character encoding of Unicode characters. |
| class CompositeFormat | |
| class Decoder | Converts a sequence of encoded bytes into a set of characters. |
| class DecoderExceptionFallback | Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an input character. The fallback throws an exception instead of decoding the input byte sequence. This class cannot be inherited. |
| class DecoderExceptionFallbackBuffer | Throws when an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited. |
| class DecoderFallback | Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character. |
| class DecoderFallbackBuffer | Provides a buffer that allows a fallback handler to return an alternate string to a decoder when it cannot decode an input byte sequence. |
| class DecoderFallbackException | The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited. |
| class DecoderReplacementFallback | 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. |
| class DecoderReplacementFallbackBuffer | Represents a substitute output string that is emitted when the original input byte sequence cannot be decoded. This class cannot be inherited. |
| class Encoder | Converts a set of characters into a sequence of bytes. |
| class EncoderExceptionFallback | Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an output byte sequence. The fallback throws an exception if an input character cannot be converted to an output byte sequence. This class cannot be inherited. |
| class EncoderExceptionFallbackBuffer | Throws when an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited. |
| class EncoderFallback | Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence. |
| class EncoderFallbackBuffer | Provides a buffer that allows a fallback handler to return an alternate string to an encoder when it cannot encode an input character. |
| class EncoderFallbackException | The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited. |
| class EncoderReplacementFallback | 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. |
| class EncoderReplacementFallbackBuffer | Represents a substitute input string that is used when the original input character cannot be encoded. This class cannot be inherited. |
| class Encoding | Represents a character encoding. |
| class EncodingInfo | Provides basic information about an encoding. |
| class EncodingProvider | Provides the base class for an encoding provider, which supplies encodings that are unavailable on a particular platform. |
| struct NormalizationForm | Defines the type of normalization to perform. |
| struct Rune | |
| struct SpanLineEnumerator | |
| struct SpanRuneEnumerator | |
| class StringBuilder | Represents a mutable string of characters. This class cannot be inherited. |
| struct StringBuilder.AppendInterpolatedStringHandler | |
| struct StringBuilder.ChunkEnumerator | |
| struct StringRuneEnumerator | |
| class UnicodeEncoding | Represents a UTF-16 encoding of Unicode characters. |
| class UTF32Encoding | Represents a UTF-32 encoding of Unicode characters. |
| class UTF7Encoding | Represents a UTF-7 encoding of Unicode characters. |
| class UTF8Encoding | Represents a UTF-8 encoding of Unicode characters. |