ComponentOne FlexReport for WinForms
ReadNullableBool Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Legacy Namespace > Utils Class : ReadNullableBool Method
Syntax
'Declaration
 
Public Shared Function ReadNullableBool( _
   ByVal node As XmlNodeWrapperBase, _
   ByVal name As System.String, _
   ByVal defValue As System.Nullable(Of Boolean) _
) As System.Nullable(Of Boolean)
public static System.Nullable<bool> ReadNullableBool( 
   XmlNodeWrapperBase node,
   System.string name,
   System.Nullable<bool> defValue
)

Parameters

node
name
defValue
See Also

Reference

Utils Class
Utils Members