Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRangeCollection Class / Implicit Type Conversion Operator
The string specifying the style.

In This Topic
    Implicit Type Conversion Operator (RulesEngineRangeCollection)
    In This Topic
    Casting operator to convert a string into a RulesEngineRangeCollection.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal ranges As String _
    ) As RulesEngineRangeCollection
    public RulesEngineRangeCollection operator implicit( 
       string ranges
    )

    Parameters

    ranges
    The string specifying the style.
    See Also