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