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