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