ComponentOne FlexReport for WinForms
TryReadColor Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Legacy Namespace > Utils Class : TryReadColor Method
Syntax
'Declaration
 
Public Shared Function TryReadColor( _
   ByVal s As System.String, _
   ByRef value As System.Drawing.Color _
) As System.Boolean
public static System.bool TryReadColor( 
   System.string s,
   out System.Drawing.Color value
)

Parameters

s
value
See Also

Reference

Utils Class
Utils Members