DataConvert members
Provides utility methods to convert and output the specified data to the XmlWriter object.
The DataConvert type exposes the following members.
Methods
Name | Description | |
---|---|---|
WriteDictionaryToXml | Writes the specified dictionary data to a XmlWriter object. | |
WriteValueToXmlElement | Writes the value of the Object parameter as an XML element to the XmlWriter parameter. |
Top