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