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;
AbstractControl Class | Portrate.Interview.View.Controls Namespace