ComponentOne FlexReport for WinForms
ReadBool Method

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

Parameters

node
name
defValue
See Also

Reference

Utils Class
Utils Members