Syntax
'Declaration
Public Shared Function ReadDouble( _
ByVal As XmlNodeWrapperBase, _
ByVal As System.String, _
ByVal As System.Double _
) As System.Double
public static System.double ReadDouble(
XmlNodeWrapperBase ,
System.string ,
System.double
)
Parameters
- node
- name
- defValue
See Also