FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport.Legacy Namespace / Utils Class / TryReadColor Method

In This Topic
    TryReadColor Method (Utils)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function TryReadColor( _
       ByVal s As String, _
       ByRef value As Color _
    ) As Boolean
    public static bool TryReadColor( 
       string s,
       out Color value
    )

    Parameters

    s
    value
    See Also