Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / XML2Dic Method / XML2Dic(String) Method
XML document as string
In This Topic
    XML2Dic(String) Method
    In This Topic
    Dumps the given xml document in key-value pairs
    Syntax
    public static StringDictionary XML2Dic( 
       string xml
    )

    Parameters

    xml
    XML document as string

    Return Value

    Key-value paris for the given XML
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also