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