DictionarySerializerTSerializeDictionary Method (IDictionary) |
Serializes a dictionary to a string.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual string SerializeDictionary(
IDictionary dictionary
)
Parameters
- dictionary
- Type: System.CollectionsIDictionary
The input dictionary.
Return Value
Type:
String
A string representing the serialized dictionary.
See Also