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

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

    Parameters

    range
    The string specifying the style.
    See Also