DictionaryExtensions Class

Extends dictionary classes with XML

System.Object
   Westwind.Utilities.Extensions.DictionaryExtensions

Class Members

MemberDescription
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)
Namespace: Westwind.Utilities.Extensions

Assembly: Westwind.Utilities.dll