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