Noemax.Newtonsoft.Json Namespace > JsonConvert Class > SerializeXmlNode Method : SerializeXmlNode(XmlNode,Formatting,Boolean) Method |
true
.'Declaration Public Overloads Shared Function SerializeXmlNode( _ ByVal node As System.Xml.XmlNode, _ ByVal formatting As Formatting, _ ByVal omitRootObject As System.Boolean _ ) As System.String
'Usage Dim node As System.Xml.XmlNode Dim formatting As Formatting Dim omitRootObject As System.Boolean Dim value As System.String value = JsonConvert.SerializeXmlNode(node, formatting, omitRootObject)
public static System.string SerializeXmlNode( System.Xml.XmlNode node, Formatting formatting, System.bool omitRootObject )
public function SerializeXmlNode( node: System.Xml.XmlNode; formatting: Formatting; omitRootObject: System.Boolean ): System.String; static;
public static function SerializeXmlNode( node : System.Xml.XmlNode, formatting : Formatting, omitRootObject : System.boolean ) : System.String;
public: static System.string* SerializeXmlNode( System.Xml.XmlNode* node, Formatting formatting, System.bool omitRootObject )
public: static System.String^ SerializeXmlNode( System.Xml.XmlNode^ node, Formatting formatting, System.bool omitRootObject )
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