DAVClientGetXMLNodeString Method |
Support function to return the string for a given XML Node
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool GetXMLNodeString(
ref XmlNode pNode,
ref string TargetBuffer
)
Public Function GetXMLNodeString (
ByRef pNode As XmlNode,
ByRef TargetBuffer As String
) As Boolean
public:
bool GetXMLNodeString(
XmlNode^% pNode,
String^% TargetBuffer
)
member GetXMLNodeString :
pNode : XmlNode byref *
TargetBuffer : string byref -> bool
Parameters
- pNode
- Type: System.XmlXmlNode
pNode As System.Xml.XmlNode - TargetBuffer
- Type: SystemString
Resulting String
Return Value
Type:
BooleanTrue if success, otherwise false
RemarksSupport function to return the string for a given XML Node
See Also