The Portrate Interview Engine

AbstractControl.GetNodeTextValue Method 

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

[Visual Basic]
Overridable Protected Function GetNodeTextValue( _ 
   ByVal n As XmlNode, _ 
   ByVal defaultValue As String _ 
) As String
[C#]
protected virtual string GetNodeTextValue(
   XmlNode n,
   string defaultValue
);
[C++]
protected: virtual String* GetNodeTextValue(
   XmlNode* n,
   String* defaultValue
);
[JScript]
protected virtual function GetNodeTextValue(
   XmlNode n,
   String defaultValue
): String;

Parameters

n
defaultValue

Return Value

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace