TextCodec MethodsA Sandcastle Documented Class Library

The TextCodec type exposes the following members.

Methods

  NameDescription
Public methodDecode(IEnumerableChar)
Decodes characters in a text.
Public methodDecode(IEnumerableChar, TextWriter)
Decodes characters in a text.
Public methodDecode(IEnumerableChar, StringBuilder)
Decodes characters in a text.
Public methodEncode(IEnumerableChar)
Escapes characters in a text.
Public methodEncode(IEnumerableChar, TextWriter)
Escapes characters in a text.
Public methodEncode(IEnumerableChar, StringBuilder)
Escapes characters in a text.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference