NodeWrangler ReadNode Method CleanCode C# Libraries v1.2.03 API
Gets the value of the specified text node from an XML file.

Namespace: CleanCode.Xml
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string ReadNode(
	string nodeName
)

Return Value

Value of the selected text node.
Remarks

The specified text node may appear anywhere within the XML tree. If multiple nodes are found, only the first is returned.
See Also