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