ComponentOne FlexReport for WinForms
ReadFloat Method

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

Parameters

node
name
defValue
See Also

Reference

Utils Class
Utils Members