ESRI.ArcGIS.ADF
GetElementValue Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : GetElementValue Method




xmlNode
Get the Element value from a given XmlNode

Syntax

Visual Basic (Declaration) 
Public Function GetElementValue( _
   ByVal xmlNode As XmlNode _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim xmlNode As XmlNode
Dim value As String
 
value = instance.GetElementValue(xmlNode)
C# 
public string GetElementValue( 
   XmlNode xmlNode
)

Parameters

xmlNode

See Also

© 2010 All Rights Reserved.