NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class / SerializeToString Method / SerializeToString(NXmlNode,Boolean) Method
The XML node to serialize, typically a XML document (NXmlDocument).
Specifies whether to serialize only the node's children.
SerializeToString(NXmlNode,Boolean) Method
Serializes the given XML node to string.
Syntax
public System.string SerializeToString( 
   NXmlNode xmlNode,
   System.bool serializeChildrenOnly
)

Parameters

xmlNode
The XML node to serialize, typically a XML document (NXmlDocument).
serializeChildrenOnly
Specifies whether to serialize only the node's children.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also