Click or drag to resize
Json.NET

JsonConvertSerializeXmlNode Method

 
Overload List
  NameDescription
Public methodStatic memberSerializeXmlNode(XmlNode)
Serializes the XmlNode to a JSON string.
Public methodStatic memberSerializeXmlNode(XmlNode, Formatting)
Serializes the XmlNode to a JSON string using formatting.
Public methodStatic memberSerializeXmlNode(XmlNode, Formatting, Boolean)
Serializes the XmlNode to a JSON string using formatting and omits the root object if omitRootObject is true.
Top
See Also