The Portrate Interview Engine

XmlUtils.GetNodeValue Method 

Reads CDATA and non-CDATA sections from the given node and returns the value, or else the default value.

[Visual Basic]
Shared Public Function GetNodeValue( _ 
   ByVal n As XmlNode _ 
) As String
[C#]
public static string GetNodeValue(
   XmlNode n
);
[C++]
public: static String* GetNodeValue(
   XmlNode* n
);
[JScript]
public static function GetNodeValue(
   XmlNode n
): String;

Parameters

n

Return Value

See Also

XmlUtils Class | Portrate.Interview.Util Namespace