ComponentOne FlexReport for WinForms
ReadString Method

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

Parameters

node
name
defValue
See Also

Reference

Utils Class
Utils Members