[]
        
(Showing Draft Content)

C1.Report.Legacy.Utils.ReadNullableBool

ReadNullableBool Method

ReadNullableBool(XmlNodeWrapperBase, string, bool?)

Declaration
public static bool? ReadNullableBool(XmlNodeWrapperBase node, string name, bool? defValue)
Public Shared Function ReadNullableBool(node As XmlNodeWrapperBase, name As String, defValue As Boolean?) As Boolean?
Parameters
Type Name Description
XmlNodeWrapperBase node
string name
bool? defValue
Returns
Type Description
bool?