Simple string list encoder/decoder.
Inheritance Hierarchy
Apptus.Util.StringListCodec
Namespace: Apptus.Util.String
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public sealed class ListCodec
The ListCodec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListCodec |
Creates a new ListCodec.
|
![]() | ListCodec(Char) |
Creates a new ListCodec.
|
![]() | ListCodec(Char, Char) |
Creates a new ListCodec.
|
![]() | ListCodec(Char, Char, Char) |
Creates a new ListCodec.
|
![]() | ListCodec(Char, Char, Char, Boolean) |
Creates a new ListCodec.
|
Methods
Name | Description | |
---|---|---|
![]() | DecodeList(String) | |
![]() | DecodeList(String, ICollectionString) | |
![]() | EncodeList(IEnumerableString) | |
![]() | EncodeList(String) | |
![]() | EncodeList(IEnumerableString, TextWriter) | |
![]() | EncodeList(IEnumerableString, StringBuilder) | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also