NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNode.ToString

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;

Remarks

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.

See Also

XmlNode Class | XmlNode Members | System.Xml Namespace