Simple string encoder/decoder.
Inheritance Hierarchy
Apptus.Util.StringTextCodec
Namespace: Apptus.Util.String
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class TextCodec
The TextCodec type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextCodec |
Creates a new TextCodec.
|
Methods
| Name | Description | |
|---|---|---|
| Decode(IEnumerableChar) |
Decodes characters in a text.
| |
| Decode(IEnumerableChar, TextWriter) |
Decodes characters in a text.
| |
| Decode(IEnumerableChar, StringBuilder) |
Decodes characters in a text.
| |
| Encode(IEnumerableChar) |
Escapes characters in a text.
| |
| Encode(IEnumerableChar, TextWriter) |
Escapes characters in a text.
| |
| Encode(IEnumerableChar, StringBuilder) |
Escapes characters in a text.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also