Class DictionaryExtensions

Extends dictionary classes with XML

System.Object
  Westwind.Utilities.Extensions.DictionaryExtensions
public static class DictionaryExtensions : object

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)

Requirements

Namespace: Westwind.Utilities.Extensions
Assembly: westwind.utilities.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic