DictionaryExtensions Class
Extends dictionary classes with XML
Westwind.Utilities.Extensions.DictionaryExtensions
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)
|
|
Assembly: Westwind.Utilities.dll
