Returns the string representation of this node.
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: override String* ToString(); [JScript] public override function ToString() : String;
Returns the string representation of this node and its child nodes. The string is an exact representation of the node with no additional whitespace added for formatting.