Inheritance Hierarchy
Apptus.Util.StringDictionaryCodec
Namespace: Apptus.Util.String
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public sealed class DictionaryCodec
The DictionaryCodec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DictionaryCodec | Initializes a new instance of the DictionaryCodec class |
![]() | DictionaryCodec(Char) | Initializes a new instance of the DictionaryCodec class |
![]() | DictionaryCodec(Char, Char) | Initializes a new instance of the DictionaryCodec class |
Methods
Name | Description | |
---|---|---|
![]() | DecodeDictionary(String) | |
![]() | DecodeDictionary(String, DictionaryString, String) | |
![]() | EncodeDictionary(DictionaryString, String) | |
![]() | EncodeDictionary(DictionaryString, String, StringBuilder) | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also