Click or drag to resize

XmlUtilsSerializeNameValuePairs Method

Overload List
  NameDescription
Public methodStatic memberSerializeNameValuePairs(XmlWriter, DictionaryString, String, Boolean, Boolean, String)
Serializes the name value pairs passed in to the writer passed in in elements of the name elementName. By default, the key is written as attribute 'Name' and the value is written as attribute 'Value'.
Public methodStatic memberSerializeNameValuePairs(XmlWriter, DictionaryString, String, Boolean, Boolean, String, String)
Serializes the name value pairs passed in to the writer passed in in elements of the name elementName. By default, the key is written as attribute 'Name' and the value is written as attribute 'Value'.
Top
See Also