TextCodec ClassA Sandcastle Documented Class Library
Simple string encoder/decoder.
Inheritance Hierarchy

SystemObject
  Apptus.Util.StringTextCodec

Namespace:  Apptus.Util.String
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class TextCodec

The TextCodec type exposes the following members.

Constructors

  NameDescription
Public methodTextCodec
Creates a new TextCodec.
Top
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