Read(XmlNode,String,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function Read( _
ByVal As System.Xml.XmlNode, _
ByVal As System.String, _
ByVal As System.String _
) As System.String
public static System.string Read(
System.Xml.XmlNode ,
System.string ,
System.string
)
Parameters
- node
- attName
- defVal
See Also