Class DictionaryHelper
Inheritance
System.Object
DictionaryHelper
Namespace: Cosmos.Debug.Common
Assembly: Cosmos.Debug.Common.dll
Syntax
public static class DictionaryHelper : object
Methods
| Improve this Doc View SourceDumpToString(Dictionary<String, String>)
Build a string from collection content. Each collection item is used to produce a 'key=value' string. Pairs are separated by a semi colon.
Declaration
public static string DumpToString(Dictionary<string, string> value)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<System.String, System.String> | value |
Returns
Type | Description |
---|---|
System.String |
LoadFromString(Dictionary<String, String>, String)
Declaration
public static void LoadFromString(Dictionary<string, string> target, string value)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<System.String, System.String> | target | |
System.String | value |