FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport.Legacy Namespace / Utils Class / ReadNullableBool Method

In This Topic
    ReadNullableBool Method (Utils)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ReadNullableBool( _
       ByVal node As XmlNodeWrapperBase, _
       ByVal name As String, _
       ByVal defValue As Nullable(Of Boolean) _
    ) As Nullable(Of Boolean)
    public static Nullable<bool> ReadNullableBool( 
       XmlNodeWrapperBase node,
       string name,
       Nullable<bool> defValue
    )

    Parameters

    node
    name
    defValue
    See Also