Hashtable to XML File

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    #1

    Hashtable to XML File

    All

    I have a hashtable which I am trying to output to an XML file. Can anyone
    advise on the best way to acheive this using VB.Net.

    Thanks in Advance for any assistance.
  • Ken Tucker [MVP]

    #2
    Re: Hashtable to XML File

    Hi,

    XML serialization ?

    http://msdn.microsoft.com/library/de...classtopic.asp

    Ken
    -------------------
    "David" <David@discussi ons.microsoft.c om> wrote in message
    news:A87C2411-DCB6-4E83-AB3F-97E9FB105563@mi crosoft.com...
    All

    I have a hashtable which I am trying to output to an XML file. Can anyone
    advise on the best way to acheive this using VB.Net.

    Thanks in Advance for any assistance.


    Comment

    Working...