Saxon API for .NET

XdmNode.ToString Method 

Return a string representation of the node.

public override string ToString();

Remarks

This currently returns the same as the OuterXml property. To get the string value as defined in XPath, use the StringValue property.

See Also

XdmNode Class | Saxon.Api Namespace