Extends dictionary classes with XML
Westwind.Utilities.Extensions.DictionaryExtensions
public static class DictionaryExtensions : object
Class Members
Member | Description | |
---|---|---|
FromXml |
Loads the dictionary from an Xml string public static void FromXml(IDictionary items, string xml) |
|
ToXml |
Serializes the dictionary to an XML string public static string ToXml(IDictionary items, string root) |
Requirements
Namespace: Westwind.Utilities.ExtensionsAssembly: westwind.utilities.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic